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>
6 lines
103 B
Makefile
6 lines
103 B
Makefile
##TEST_GEN_FILES := test_unix_oob
|
|
TEST_PROGS := test_unix_oob
|
|
include ../../lib.mk
|
|
|
|
all: $(TEST_PROGS)
|