Searched refs:SO_KEEPALIVE (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| 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()
|
| D | bpf_tracing_net.h | 12 #define SO_KEEPALIVE 9 macro
|
| D | setget_sockopt.c | 43 { .opt = SO_KEEPALIVE, .flip = 1, },
|
| /Linux-v6.1/tools/include/uapi/asm-generic/ |
| D | socket.h | 21 #define SO_KEEPALIVE 9 macro
|
| /Linux-v6.1/include/uapi/asm-generic/ |
| D | socket.h | 21 #define SO_KEEPALIVE 9 macro
|
| /Linux-v6.1/arch/sparc/include/uapi/asm/ |
| D | socket.h | 14 #define SO_KEEPALIVE 0x0008 macro
|
| /Linux-v6.1/arch/parisc/include/uapi/asm/ |
| D | socket.h | 13 #define SO_KEEPALIVE 0x0008 macro
|
| /Linux-v6.1/arch/alpha/include/uapi/asm/ |
| D | socket.h | 19 #define SO_KEEPALIVE 0x0008 macro
|
| /Linux-v6.1/arch/mips/include/uapi/asm/ |
| D | socket.h | 25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
|
| /Linux-v6.1/tools/usb/usbip/src/ |
| D | usbip_network.c | 239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
|
| /Linux-v6.1/net/mptcp/ |
| D | sockopt.c | 85 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/ |
| D | sock.c | 1187 case SO_KEEPALIVE: in sk_setsockopt() 1642 case SO_KEEPALIVE: in sk_getsockopt()
|
| D | filter.c | 5030 case SO_KEEPALIVE: in sol_socket_sockopt()
|
| /Linux-v6.1/Documentation/networking/ |
| D | rxrpc.rst | 199 (#) SO_KEEPALIVE automatically pings the other side to keep the connection
|
| D | snmp_counter.rst | 406 setting the SO_KEEPALIVE socket option.
|