Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dbpf_tracing_net.h12 #define SO_KEEPALIVE 9 macro
H A Dsetget_sockopt.c44 { .opt = SO_KEEPALIVE, .flip = 1, },
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py166 s.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1)
243 s.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1)
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
/openbmc/linux/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()
/openbmc/qemu/util/
H A Dqemu-sockets.c480 int ret = setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, in inet_connect_saddr()
/openbmc/linux/net/core/
H A Dsock.c1207 case SO_KEEPALIVE: in sk_setsockopt()
1664 case SO_KEEPALIVE: in sk_getsockopt()
H A Dfilter.c5204 case SO_KEEPALIVE: in sol_socket_sockopt()
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst199 (#) SO_KEEPALIVE automatically pings the other side to keep the connection
H A Dsnmp_counter.rst406 setting the SO_KEEPALIVE socket option.
/openbmc/qemu/linux-user/
H A Dsyscall.c2471 optname = SO_KEEPALIVE; in do_setsockopt()
2719 optname = SO_KEEPALIVE; in do_getsockopt()