Searched refs:linger (Results 1 - 9 of 9) sorted by relevance

/linux-master/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;
164 unsigned long ttd = fl->lastuse + fl->linger;
353 static int fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires) argument
355 linger = check_linger(linger);
356 if (!linger)
364 if (time_before(fl->linger, linger))
[all...]
/linux-master/tools/testing/selftests/net/
H A Dfin_ack_lat.c33 struct linger sl;
49 error(-1, errno, "setsockopt(linger)");
/linux-master/include/linux/
H A Dsocket.h42 struct linger { struct
44 int l_linger; /* How long to linger for */
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h42 struct linger { struct
44 int l_linger; /* How long to linger for */
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c76 struct linger sl;
/linux-master/include/net/
H A Dipv6.h332 unsigned long linger; member in struct:ip6_flowlabel
/linux-master/net/mptcp/
H A Dsockopt.c256 struct linger ling;
/linux-master/net/core/
H A Dsock.c1099 struct linger ling;
1602 struct linger ling;
/linux-master/net/ceph/
H A Dosd_client.c2846 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node)
2851 * Create linger request <-> OSD session relation.

Completed in 193 milliseconds