Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dinet_timewait_sock.c84 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put()
162 refcount_set(&tw->tw_refcnt, 3); in inet_twsk_hashdance_schedule()
219 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
H A Dtcp_ipv4.c2985 refcount_read(&tw->tw_refcnt), tw);
H A Dtcp.c4946 refcount_inc(&tw->tw_refcnt); in tcp_abort()
/linux-6.15/include/net/
H A Dinet_timewait_sock.h47 #define tw_refcnt __tw_common.skc_refcnt macro
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h142 #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()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2270 refcount_read(&tw->tw_refcnt), tw);