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

/linux-master/net/ipv4/
H A Dinet_timewait_sock.c84 if (refcount_dec_and_test(&tw->tw_refcnt))
140 /* tw_refcnt is set to 3 because we have :
149 refcount_set(&tw->tw_refcnt, 3);
197 * Because we use RCU lookups, we should not set tw_refcnt
201 refcount_set(&tw->tw_refcnt, 0);
H A Dtcp_ipv4.c2936 refcount_read(&tw->tw_refcnt), tw);
H A Dtcp.c4533 refcount_inc(&tw->tw_refcnt);
/linux-master/include/net/
H A Dinet_timewait_sock.h47 #define tw_refcnt __tw_common.skc_refcnt macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h118 #define tw_refcnt __tw_common.skc_refcnt macro
H A Dbpf_iter_tcp6.c176 tw->tw_refcnt.refs.counter, tw);
H A Dbpf_iter_tcp4.c167 tw->tw_refcnt.refs.counter, tw);
/linux-master/net/ipv6/
H A Dtcp_ipv6.c2264 refcount_read(&tw->tw_refcnt), tw);

Completed in 141 milliseconds