Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dfin_ack_lat.c47 sl.l_linger = 0; in client()
/Linux-v5.15/tools/perf/trace/beauty/include/linux/
Dsocket.h39 int l_linger; /* How long to linger for */ member
/Linux-v5.15/include/linux/
Dsocket.h39 int l_linger; /* How long to linger for */ member
/Linux-v5.15/net/core/
Dsock.c1097 if ((unsigned int)ling.l_linger >= MAX_SCHEDULE_TIMEOUT/HZ) in sock_setsockopt()
1101 sk->sk_lingertime = (unsigned int)ling.l_linger * HZ; in sock_setsockopt()
1508 v.ling.l_linger = sk->sk_lingertime / HZ; in sock_getsockopt()
/Linux-v5.15/Documentation/networking/
Dsnmp_counter.rst476 async. If you use the SO_LINGER option, set l_onoff to 1, and l_linger
479 time is l_linger seconds. If set l_onoff to 1 and set l_linger to 0,