diff options
author | Rao Shoaib <rao.shoaib@oracle.com> | 2021-08-01 10:57:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-04 11:55:52 +0300 |
commit | 314001f0bf927015e459c9d387d62a231fe93af3 (patch) | |
tree | 3f5a7d31a347e495833cffdbd638852111bbb78c /net/switchdev/switchdev.c | |
parent | 7e89350c901923c48370ae7b922223c6c5a2b7fd (diff) | |
download | linux-314001f0bf927015e459c9d387d62a231fe93af3.tar.xz |
af_unix: Add OOB support
This patch adds OOB support for AF_UNIX sockets.
The semantics is same as TCP.
The last byte of a message with the OOB flag is
treated as the OOB byte. The byte is separated into
a skb and a pointer to the skb is stored in unix_sock.
The pointer is used to enforce OOB semantics.
Signed-off-by: Rao Shoaib <rao.shoaib@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions