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>
Loading
-
mentioned in commit 21b6b8d4
-
mentioned in commit 3975affc
-
mentioned in commit a60b2419
-
mentioned in commit 31a997c4
-
mentioned in commit 1738dfe7
-
mentioned in commit ae3f9e12
-
mentioned in commit ba0db463
-
mentioned in commit e9c6513c
-
mentioned in commit 185c72f6
-
mentioned in commit 1c939f94
-
mentioned in commit ec7251fa
-
mentioned in commit 772f9c31
Please register or sign in to comment