Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dsocket.h96 #define SO_COOKIE 57 macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dsocket.h89 #define SO_COOKIE 0x003b macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dsocket.h93 #define SO_COOKIE 0x4032 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dsocket.h101 #define SO_COOKIE 57 macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dsocket.h96 #define SO_COOKIE 57 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dsocket.h112 #define SO_COOKIE 57 macro
/Linux-v5.4/samples/bpf/
Dcookie_uid_helper_example.c233 res = getsockopt(s_send, SOL_SOCKET, SO_COOKIE, &cookie, &cookie_len); in udp_client()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_maps.c1494 err = getsockopt(fd64, SOL_SOCKET, SO_COOKIE, &sk_cookie, in prepare_reuseport_grp()
/Linux-v5.4/net/core/
Dsock.c1506 case SO_COOKIE: in sock_getsockopt()