Home
last modified time | relevance | path

Searched refs:tw_refcnt (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/net/ipv4/
Dinet_timewait_sock.c79 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put()
140 refcount_set(&tw->tw_refcnt, 3); in inet_twsk_hashdance()
195 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
278 if (unlikely(!refcount_inc_not_zero(&tw->tw_refcnt))) in inet_twsk_purge()
Dtcp_ipv4.c2624 refcount_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h47 #define tw_refcnt __tw_common.skc_refcnt macro
Dbpf_iter_tcp4.c168 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
Dbpf_iter_tcp6.c177 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
/Linux-v5.10/include/net/
Dinet_timewait_sock.h47 #define tw_refcnt __tw_common.skc_refcnt macro
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c2051 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()