Home
last modified time | relevance | path

Searched defs:ipq (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dip_fragment.c72 struct ipq { struct
73 struct ipq *next; /* linked list pointers */ argument
91 struct ipq **pprev; argument
101 static struct ipq *ipq_hash[IPQ_HASHSZ]; argument
116 static __inline__ void ipq_unlink(struct ipq *ipq) in ipq_unlink()
222 static __inline__ void ipq_put(struct ipq *ipq, int *work) in ipq_put()
231 static __inline__ void ipq_kill(struct ipq *ipq) in ipq_kill()