Home
last modified time | relevance | path

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

/Linux-v6.1/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()
192 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
291 if (unlikely(!refcount_inc_not_zero(&tw->tw_refcnt))) in inet_twsk_purge()
Dtcp_ipv4.c2670 refcount_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
Dtcp.c4670 refcount_inc(&tw->tw_refcnt); in tcp_abort()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h88 #define tw_refcnt __tw_common.skc_refcnt macro
Dbpf_iter_tcp4.c167 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
Dbpf_iter_tcp6.c176 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
/Linux-v6.1/include/net/
Dinet_timewait_sock.h47 #define tw_refcnt __tw_common.skc_refcnt macro
/Linux-v6.1/net/ipv6/
Dtcp_ipv6.c2091 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()