Home
last modified time | relevance | path

Searched refs:SO_PEEK_OFF (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dsk_so_peek_off.c32 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 Dsocket.h81 #define SO_PEEK_OFF 42 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h58 #define SO_PEEK_OFF 0x0026 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h70 #define SO_PEEK_OFF 42 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h65 #define SO_PEEK_OFF 42 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h62 #define SO_PEEK_OFF 0x4023 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h65 #define SO_PEEK_OFF 42 macro
/linux/tools/testing/selftests/net/af_unix/
H A Dso_peek_off.c51 ret = setsockopt(self->fd[1], SOL_SOCKET, SO_PEEK_OFF, in FIXTURE_SETUP()
/linux/net/core/
H A Dsock.c1285 case SO_PEEK_OFF: in sk_setsockopt()
2028 case SO_PEEK_OFF: in sk_getsockopt()