Home
last modified time | relevance | path

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

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