Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dinet_timewait_sock.c79 if (atomic_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put()
134 atomic_set(&tw->tw_refcnt, 4); in __inet_twsk_hashdance()
197 atomic_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
281 if (unlikely(!atomic_inc_not_zero(&tw->tw_refcnt))) in inet_twsk_purge()
Dtcp_ipv4.c2233 atomic_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
/linux-4.4.14/include/net/
Dinet_timewait_sock.h62 #define tw_refcnt __tw_common.skc_refcnt macro
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1784 atomic_read(&tw->tw_refcnt), tw); in get_timewait6_sock()