Home
last modified time | relevance | path

Searched refs:SO_KEEPALIVE (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dconnect4_prog.c116 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive()
130 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &zero, sizeof(zero))) in set_keepalive()
A Dbpf_tracing_net.h15 #define SO_KEEPALIVE 9 macro
A Dsetget_sockopt.c41 { .opt = SO_KEEPALIVE, .flip = 1, },
/linux/tools/include/uapi/asm-generic/
A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/linux/arch/sparc/include/uapi/asm/
A Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/linux/include/uapi/asm-generic/
A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/linux/arch/alpha/include/uapi/asm/
A Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/linux/arch/parisc/include/uapi/asm/
A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/linux/arch/mips/include/uapi/asm/
A Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/linux/tools/usb/usbip/src/
A Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
/linux/net/mptcp/
A Dsockopt.c86 case SO_KEEPALIVE: in mptcp_sol_socket_sync_intval()
183 case SO_KEEPALIVE: in mptcp_setsockopt_sol_socket_int()
322 case SO_KEEPALIVE: in mptcp_setsockopt_sol_socket()
/linux/net/core/
A Dsock.c1365 case SO_KEEPALIVE: in sk_setsockopt()
1739 case SO_KEEPALIVE: in sk_getsockopt()
A Dfilter.c5217 case SO_KEEPALIVE: in sol_socket_sockopt()
/linux/Documentation/networking/
A Drxrpc.rst199 (#) SO_KEEPALIVE automatically pings the other side to keep the connection
A Dsnmp_counter.rst404 setting the SO_KEEPALIVE socket option.

Completed in 60 milliseconds