Home
last modified time | relevance | path

Searched refs:tw_refcnt (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_timewait_sock.c79 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put()
131 /* tw_refcnt is set to 3 because we have : in inet_twsk_hashdance()
140 refcount_set(&tw->tw_refcnt, 3); in inet_twsk_hashdance()
191 * Because we use RCU lookups, we should not set tw_refcnt in inet_twsk_alloc()
195 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
H A Dtcp_ipv4.c2663 refcount_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_timewait_sock.c86 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put()
155 /* tw_refcnt is set to 3 because we have : in inet_twsk_hashdance()
164 refcount_set(&tw->tw_refcnt, 3); in inet_twsk_hashdance()
212 * Because we use RCU lookups, we should not set tw_refcnt in inet_twsk_alloc()
216 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
H A Dtcp_ipv4.c2732 refcount_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
H A Dtcp.c4574 refcount_inc(&tw->tw_refcnt); in tcp_abort()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h47 #define tw_refcnt __tw_common.skc_refcnt macro
H A Dbpf_iter_tcp4.c168 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
H A Dbpf_iter_tcp6.c177 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h98 #define tw_refcnt __tw_common.skc_refcnt macro
H A Dbpf_iter_tcp4.c167 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
H A Dbpf_iter_tcp6.c176 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
/kernel/linux/linux-5.10/include/net/
H A Dinet_timewait_sock.h47 #define tw_refcnt __tw_common.skc_refcnt macro
/kernel/linux/linux-6.6/include/net/
H A Dinet_timewait_sock.h47 #define tw_refcnt __tw_common.skc_refcnt macro
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c2072 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()
/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c2086 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()

Completed in 22 milliseconds