Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c115 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive()
129 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &zero, sizeof(zero))) in set_keepalive()
/Linux-v5.15/arch/parisc/include/uapi/asm/
Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/Linux-v5.15/tools/include/uapi/asm-generic/
Dsocket.h21 #define SO_KEEPALIVE 9 macro
/Linux-v5.15/arch/alpha/include/uapi/asm/
Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/Linux-v5.15/arch/sparc/include/uapi/asm/
Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/Linux-v5.15/include/uapi/asm-generic/
Dsocket.h21 #define SO_KEEPALIVE 9 macro
/Linux-v5.15/arch/mips/include/uapi/asm/
Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/Linux-v5.15/net/mptcp/
Dsockopt.c83 case SO_KEEPALIVE: in mptcp_sol_socket_sync_intval()
179 case SO_KEEPALIVE: in mptcp_setsockopt_sol_socket_int()
320 case SO_KEEPALIVE: in mptcp_setsockopt_sol_socket()
/Linux-v5.15/tools/usb/usbip/src/
Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
/Linux-v5.15/net/core/
Dsock.c1062 case SO_KEEPALIVE: in sock_setsockopt()
1471 case SO_KEEPALIVE: in sock_getsockopt()
Dfilter.c4803 case SO_KEEPALIVE: in _bpf_setsockopt()
/Linux-v5.15/Documentation/networking/
Drxrpc.rst199 (#) SO_KEEPALIVE automatically pings the other side to keep the connection
Dsnmp_counter.rst406 setting the SO_KEEPALIVE socket option.