Home
last modified time | relevance | path

Searched refs:SO_LINGER (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h25 #define SO_LINGER 13 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h18 #define SO_LINGER 0x0080 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h16 #define SO_LINGER 0x0080 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h22 #define SO_LINGER 0x0080 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h30 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h25 #define SO_LINGER 13 macro
/openbmc/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c48 if (setsockopt(sock, SOL_SOCKET, SO_LINGER, &sl, sizeof(sl))) in client()
/openbmc/linux/net/mptcp/
H A Dsockopt.c265 ret = sock_setsockopt(sk->sk_socket, SOL_SOCKET, SO_LINGER, kopt, sizeof(ling)); in mptcp_setsockopt_sol_socket_linger()
341 case SO_LINGER: in mptcp_setsockopt_sol_socket()
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst469 counter is using the SO_LINGER option. Please refer to the SO_LINGER
476 async. If you use the SO_LINGER option, set l_onoff to 1, and l_linger
1426 s.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, struct.pack('ii', 1, 10))
/openbmc/linux/net/core/
H A Dsock.c1230 case SO_LINGER: in sk_setsockopt()
1698 case SO_LINGER: in sk_getsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2429 ret = get_errno(setsockopt(sockfd, SOL_SOCKET, SO_LINGER, in do_setsockopt()
2669 ret = get_errno(getsockopt(sockfd, level, SO_LINGER, in do_getsockopt()