Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H 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()
H A Dbpf_tracing_net.h15 #define SO_KEEPALIVE 9 macro
H A Dsetget_sockopt.c41 { .opt = SO_KEEPALIVE, .flip = 1, },
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/linux-6.15/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/linux-6.15/tools/usb/usbip/src/
H A Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
/linux-6.15/net/mptcp/
H 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-6.15/net/core/
H A Dsock.c1383 case SO_KEEPALIVE: in sk_setsockopt()
1761 case SO_KEEPALIVE: in sk_getsockopt()
H A Dfilter.c5261 case SO_KEEPALIVE: in sol_socket_sockopt()
/linux-6.15/Documentation/networking/
H A Drxrpc.rst199 (#) SO_KEEPALIVE automatically pings the other side to keep the connection
H A Dsnmp_counter.rst404 setting the SO_KEEPALIVE socket option.