Searched refs:SO_KEEPALIVE (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c114 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one)))
128 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &zero, sizeof(zero)))
H A Dbpf_tracing_net.h12 #define SO_KEEPALIVE 9 macro
H A Dsetget_sockopt.c44 { .opt = SO_KEEPALIVE, .flip = 1, },
/linux-master/arch/mips/include/uapi/asm/
H A Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/linux-master/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/linux-master/tools/usb/usbip/src/
H A Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val));
241 dbg("setsockopt: SO_KEEPALIVE");
/linux-master/net/mptcp/
H A Dsockopt.c86 case SO_KEEPALIVE:
183 case SO_KEEPALIVE:
324 case SO_KEEPALIVE:
/linux-master/net/core/
H A Dsock.c1280 case SO_KEEPALIVE:
1649 case SO_KEEPALIVE:
H A Dfilter.c5193 case SO_KEEPALIVE:

Completed in 254 milliseconds