Home
last modified time | relevance | path

Searched refs:l_linger (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c47 sl.l_linger = 0; in client()
/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c79 sl.l_linger = 0; in close_forced()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h60 int l_linger; /* How long to linger for */ member
/linux/tools/testing/vsock/
H A Dutil.c895 .l_linger = timeout in enable_so_linger()
/linux/Documentation/networking/
H A Dsnmp_counter.rst474 async. If you use the SO_LINGER option, set l_onoff to 1, and l_linger
477 time is l_linger seconds. If set l_onoff to 1 and set l_linger to 0,
/linux/net/core/
H A Dsock.c1416 unsigned long t_sec = ling.l_linger; in sk_setsockopt()
1825 v.ling.l_linger = READ_ONCE(sk->sk_lingertime) / HZ; in sk_getsockopt()