Home
last modified time | relevance | path

Searched refs:TCP_LINGER2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dtcp.h99 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */ macro
/linux-6.6.21/tools/include/uapi/linux/
Dtcp.h99 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */ macro
/linux-6.6.21/net/mptcp/
Dsockopt.c559 case TCP_LINGER2: in mptcp_supported_sockopt()
/linux-6.6.21/net/ipv4/
Dtcp.c3496 case TCP_LINGER2: in do_tcp_setsockopt()
4003 case TCP_LINGER2: in do_tcp_getsockopt()
/linux-6.6.21/Documentation/networking/
Dsnmp_counter.rst521 Linux kernel TCP stack. By configuring the TCP_LINGER2 socket option,
1427 s.setsockopt(socket.SOL_TCP, socket.TCP_LINGER2, struct.pack('i', -1))