Searched refs:SO_PEEK_OFF (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | sk_so_peek_off.c | 32 if (!setsockopt(s, SOL_SOCKET, SO_PEEK_OFF, &optv, sizeof(int))) in sk_peek_offset_probe() 43 if (setsockopt(s, SOL_SOCKET, SO_PEEK_OFF, &offset, sizeof(offset))) in sk_peek_offset_set() 52 if (getsockopt(s, SOL_SOCKET, SO_PEEK_OFF, &offset, &len)) in sk_peek_offset_get()
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 81 #define SO_PEEK_OFF 42 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 58 #define SO_PEEK_OFF 0x0026 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 70 #define SO_PEEK_OFF 42 macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 65 #define SO_PEEK_OFF 42 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 62 #define SO_PEEK_OFF 0x4023 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 65 #define SO_PEEK_OFF 42 macro
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | so_peek_off.c | 51 ret = setsockopt(self->fd[1], SOL_SOCKET, SO_PEEK_OFF, in FIXTURE_SETUP()
|
| /linux/net/core/ |
| H A D | sock.c | 1285 case SO_PEEK_OFF: in sk_setsockopt() 2028 case SO_PEEK_OFF: in sk_getsockopt()
|