/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_flowlabel.c | 31 #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() 350 static int fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires) in fl6_renew() argument 352 linger = check_linger(linger); in fl6_renew() 353 if (!linger) in fl6_renew() 361 if (time_before(fl->linger, linger)) in fl6_renew() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_flowlabel.c | 31 #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() 353 static int fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires) in fl6_renew() argument 355 linger = check_linger(linger); in fl6_renew() 356 if (!linger) in fl6_renew() 364 if (time_before(fl->linger, linger)) in fl6_renew() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 33 struct linger sl; in client() 49 error(-1, errno, "setsockopt(linger)"); in client()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 33 struct linger sl; in client() 49 error(-1, errno, "setsockopt(linger)"); in client()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | socket.h | 97 struct linger { struct
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 37 struct linger { struct 39 int l_linger; /* How long to linger for */
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | socket.h | 40 struct linger { struct 42 int l_linger; /* How long to linger for */
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | socket.h | 42 struct linger { struct 44 int l_linger; /* How long to linger for */
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 42 struct linger { struct 44 int l_linger; /* How long to linger for */
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 318 unsigned long linger; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 332 unsigned long linger; member
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | sockopt.c | 256 struct linger ling; in mptcp_setsockopt_sol_socket_linger()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 839 struct linger ling; in sock_setsockopt() 1305 struct linger ling; in sock_getsockopt()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 1104 struct linger ling; in sk_setsockopt() 1613 struct linger ling; in sk_getsockopt()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 2759 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) 2764 * Create linger request <-> OSD session relation.
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 2846 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) 2851 * Create linger request <-> OSD session relation.
|