Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dip_fragment.c101 static struct ipq *ipq_hash[IPQ_HASHSZ]; variable
142 q = ipq_hash[i]; in ipfrag_secret_rebuild()
155 if ((q->next = ipq_hash[hval]) != NULL) in ipfrag_secret_rebuild()
157 ipq_hash[hval] = q; in ipfrag_secret_rebuild()
158 q->pprev = &ipq_hash[hval]; in ipfrag_secret_rebuild()
319 for(qp = ipq_hash[hash]; qp; qp = qp->next) { in ip_frag_intern()
339 if((qp->next = ipq_hash[hash]) != NULL) in ip_frag_intern()
341 ipq_hash[hash] = qp; in ip_frag_intern()
342 qp->pprev = &ipq_hash[hash]; in ip_frag_intern()
396 for(qp = ipq_hash[hash]; qp; qp = qp->next) { in ip_find()