Home
last modified time | relevance | path

Searched refs:l_onoff (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c46 sl.l_onoff = 1; in client()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h43 int l_onoff; /* Linger active */ member
/openbmc/linux/include/linux/
H A Dsocket.h43 int l_onoff; /* Linger active */ member
/openbmc/linux/net/mptcp/
H A Dsockopt.c275 if (!ling.l_onoff) { in mptcp_setsockopt_sol_socket_linger()
/openbmc/linux/net/core/
H A Dsock.c1236 if (!ling.l_onoff) { in sk_setsockopt()
1697 v.ling.l_onoff = sock_flag(sk, SOCK_LINGER); in sk_getsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h224 abi_int l_onoff; /* Linger active */ member
H A Dsyscall.c2397 __get_user(lg.l_onoff, &tlg->l_onoff); in do_setsockopt()
2650 __put_user(lg.l_onoff, &tlg->l_onoff); in do_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,