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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Draw.h32 extern struct hlist_head raw_v4_htable[RAWV4_HTABLE_SIZE];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Draw.c82 struct hlist_head raw_v4_htable[RAWV4_HTABLE_SIZE]; variable in typeref:struct:hlist_head
87 struct hlist_head *head = &raw_v4_htable[inet_sk(sk)->num &
159 head = &raw_v4_htable[hash];
796 sk_for_each(sk, node, &raw_v4_htable[state->bucket])
816 sk = sk_head(&raw_v4_htable[state->bucket]);
H A Dip_input.c219 raw_sk = sk_head(&raw_v4_htable[hash]);
H A Dicmp.c709 if ((raw_sk = sk_head(&raw_v4_htable[hash])) != NULL) {

Completed in 47 milliseconds