Home
last modified time | relevance | path

Searched refs:linger (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv6/
H A Dip6_flowlabel.c31 #define FL_MIN_LINGER 6 /* Minimal linger. It is set to 6sec specified
34 #define FL_MAX_LINGER 150 /* Maximal linger timeout */
132 unsigned long ttd = fl->lastuse + fl->linger; in fl_release()
164 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc()
352 static int fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires)
354 linger = check_linger(linger); in fl6_renew()
355 if (!linger) in fl6_renew()
363 if (time_before(fl->linger, linger)) in fl6_renew()
353 fl6_renew(struct ip6_flowlabel * fl,unsigned long linger,unsigned long expires) fl6_renew() argument
[all...]
/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c33 struct linger sl; in client()
/linux/include/linux/
H A Dsocket.h58 struct linger {
60 int l_linger; /* How long to linger for */
43 struct linger { global() struct
45 l_lingerlinger global() argument
/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c76 struct linger sl; in close_forced()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h58 struct linger { struct
/linux/tools/testing/vsock/
H A Dutil.c874 struct linger optval = { in enable_so_linger()
/linux/drivers/base/firmware_loader/
H A DKconfig117 mechanism is disabled, and failed requests will linger forever.
/linux/include/net/
H A Dipv6.h335 unsigned long linger; member
/linux/net/mptcp/
H A Dsockopt.c254 struct linger ling; in mptcp_setsockopt_sol_socket_linger()
/linux/net/core/
H A Dsock.c1201 struct linger ling; in sk_setsockopt()
1734 struct linger ling; in sk_getsockopt()
/linux/net/ceph/
H A Dosd_client.c2830 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS() argument