Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c47 sl.l_linger = 0; in client()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h44 int l_linger; /* How long to linger for */ member
/openbmc/linux/include/linux/
H A Dsocket.h44 int l_linger; /* How long to linger for */ member
/openbmc/linux/net/core/
H A Dsock.c1242 unsigned long t_sec = ling.l_linger; in sk_setsockopt()
1701 v.ling.l_linger = READ_ONCE(sk->sk_lingertime) / HZ; in sk_getsockopt()
/openbmc/linux/Documentation/networking/
H A 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,
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h225 abi_int l_linger; /* How long to linger for */ member
H A Dsyscall.c2428 __get_user(lg.l_linger, &tlg->l_linger); in do_setsockopt()
2681 __put_user(lg.l_linger, &tlg->l_linger); in do_getsockopt()