Searched refs:tw_node (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h100 #define tw_node __tw_common.skc_nulls_node macro
132 hlist_nulls_add_head_rcu(&tw->tw_node, list);
167 hlist_nulls_for_each_entry(tw, node, head, tw_node)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c29 if (hlist_nulls_unhashed(&tw->tw_node))
32 hlist_nulls_del_rcu(&tw->tw_node);
33 sk_nulls_node_init(&tw->tw_node);
H A Dtcp_ipv4.c1980 list_entry(head->first, struct inet_timewait_sock, tw_node);
1985 return !is_a_nulls(tw->tw_node.next) ?
1986 hlist_nulls_entry(tw->tw_node.next, typeof(*tw), tw_node) : NULL;

Completed in 125 milliseconds