/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | connect4_prog.c | 114 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 D | bpf_tracing_net.h | 12 #define SO_KEEPALIVE 9 macro
|
H A D | setget_sockopt.c | 44 { .opt = SO_KEEPALIVE, .flip = 1, },
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | socket.h | 21 #define SO_KEEPALIVE 9 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | socket.h | 14 #define SO_KEEPALIVE 0x0008 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 13 #define SO_KEEPALIVE 0x0008 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 19 #define SO_KEEPALIVE 0x0008 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | socket.h | 25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 21 #define SO_KEEPALIVE 9 macro
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | serv.py | 166 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 D | usbip_network.c | 239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
|
/openbmc/linux/net/mptcp/ |
H A D | sockopt.c | 86 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 D | qemu-sockets.c | 480 int ret = setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, in inet_connect_saddr()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 1207 case SO_KEEPALIVE: in sk_setsockopt() 1664 case SO_KEEPALIVE: in sk_getsockopt()
|
H A D | filter.c | 5204 case SO_KEEPALIVE: in sol_socket_sockopt()
|
/openbmc/linux/Documentation/networking/ |
H A D | rxrpc.rst | 199 (#) SO_KEEPALIVE automatically pings the other side to keep the connection
|
H A D | snmp_counter.rst | 406 setting the SO_KEEPALIVE socket option.
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 2471 optname = SO_KEEPALIVE; in do_setsockopt() 2719 optname = SO_KEEPALIVE; in do_getsockopt()
|