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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c90 if (atomic_read(&tw->tw_refcnt) != 1) {
92 tw->tw_prot->name, tw, atomic_read(&tw->tw_refcnt));
115 if (atomic_dec_and_test(&tw->tw_refcnt))
160 * - We initially set tw_refcnt to 0 in inet_twsk_alloc()
166 atomic_add(1 + 1 + 1, &tw->tw_refcnt);
199 * Because we use RCU lookups, we should not set tw_refcnt
203 atomic_set(&tw->tw_refcnt, 0);
378 atomic_inc(&tw->tw_refcnt);
498 if (unlikely(!atomic_inc_not_zero(&tw->tw_refcnt)))
H A Dtcp_ipv4.c2483 atomic_read(&tw->tw_refcnt), tw, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h102 #define tw_refcnt __tw_common.skc_refcnt macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c2072 atomic_read(&tw->tw_refcnt), tw);

Completed in 76 milliseconds