Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H A Dfin_ack_lat.c47 sl.l_linger = 0; in client()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h45 int l_linger; /* How long to linger for */ member
/linux-6.15/include/linux/
H A Dsocket.h45 int l_linger; /* How long to linger for */ member
/linux-6.15/tools/testing/selftests/net/tcp_ao/
H A Drst.c79 sl.l_linger = 0; in close_forced()
/linux-6.15/tools/testing/vsock/
H A Dvsock_test.c1799 .l_linger = 1 in test_stream_linger_client()
/linux-6.15/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-6.15/net/core/
H A Dsock.c1409 unsigned long t_sec = ling.l_linger; in sk_setsockopt()
1798 v.ling.l_linger = READ_ONCE(sk->sk_lingertime) / HZ; in sk_getsockopt()