Searched refs:SIOCATMARK (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/include/uapi/asm-generic/ |
D | sockios.h | 10 #define SIOCATMARK 0x8905 macro
|
/Linux-v6.1/arch/xtensa/include/uapi/asm/ |
D | sockios.h | 25 #define SIOCATMARK _IOR('s', 7, int) macro
|
/Linux-v6.1/arch/alpha/include/uapi/asm/ |
D | sockios.h | 10 #define SIOCATMARK _IOR('s', 7, int) macro
|
/Linux-v6.1/arch/mips/include/uapi/asm/ |
D | sockios.h | 20 #define SIOCATMARK _IOR('s', 7, int) macro
|
/Linux-v6.1/arch/sh/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCATMARK _IOR('s', 7, int) macro
|
/Linux-v6.1/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 75 if (ioctl(fd, SIOCATMARK, &ans, sizeof(ans)) < 0) { in is_sioctatmark()
|
/Linux-v6.1/net/ |
D | socket.c | 3397 case SIOCATMARK: in compat_sock_ioctl_trans()
|
/Linux-v6.1/net/unix/ |
D | af_unix.c | 3119 case SIOCATMARK: in unix_ioctl()
|
/Linux-v6.1/net/smc/ |
D | af_smc.c | 3089 case SIOCATMARK: in smc_ioctl()
|
/Linux-v6.1/net/ipv4/ |
D | tcp.c | 613 case SIOCATMARK: in tcp_ioctl()
|