This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
1208b93dd901bafe2526fa9db005bbc30e7ae83a
linux
/
tools
/
testing
/
selftests
/
net
/
af_unix
/
Makefile
4 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
selftests: net: af_unix: Test connect() with different netns. This patch add a test that checks connect()ivity between two sockets: unnamed socket -> bound socket * SOCK_STREAM or SOCK_DGRAM * pathname or abstract * same or different netns Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-07-02 08:48:18 -07:00
TEST_GEN_PROGS
:=
test_unix_oob unix_connect
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>
2021-08-01 00:57:07 -07:00
i
n
c
l
u
d
e
.
.
/
.
.
/
l
i
b
.
m
k
Reference in New Issue
Copy Permalink