Home
last modified time | relevance | path

Searched refs:SO_KEEPALIVE (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c115 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive()
129 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &zero, sizeof(zero))) in set_keepalive()
/kernel/linux/linux-6.6/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
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsocket.h20 #define SO_KEEPALIVE 9 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dsocket.h25 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsocket.h34 #define SO_KEEPALIVE 9 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dsocket.h26 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dsocket.h26 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsocket.h34 #define SO_KEEPALIVE 9 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dsocket.h14 #define SO_KEEPALIVE 0x0008 macro
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
241 dbg("setsockopt: SO_KEEPALIVE"); in usbip_net_set_keepalive()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip_network.c239 ret = setsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &val, sizeof(val)); in usbip_net_set_keepalive()
241 dbg("setsockopt: SO_KEEPALIVE"); in usbip_net_set_keepalive()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h147 #define SO_KEEPALIVE 9 macro
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_loop.c321 if (setsockopt(clientFd, SOL_SOCKET, SO_KEEPALIVE, (VOID *)&keepAlive, sizeof(keepAlive)) < 0) { in TelnetClientPrepare()
322 PRINT_ERR("telnet setsockopt SO_KEEPALIVE error.\n"); in TelnetClientPrepare()
/kernel/linux/linux-6.6/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()
324 case SO_KEEPALIVE: in mptcp_setsockopt_sol_socket()

Completed in 14 milliseconds

12