Searched defs:ipq (Results 1 – 2 of 2) sorted by relevance
59 struct ipq { struct61 time_t ipq_expire; /* time_uptime when ipq expires */ argument62 u_char ipq_nfrags; /* # frags in this packet */ argument63 u_char ipq_p; /* protocol of this fragment */ argument64 u_short ipq_id; /* sequence id for reassembly */ argument65 int ipq_maxoff; /* total length of packet */ argument66 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument67 struct in_addr ipq_src,ipq_dst; argument68 struct label *ipq_label; /* MAC label */ argument
135 struct ip_queue *ipq; in ip_reasm_free() local149 struct ip_queue *ipq, *prev, *p; in ip_reasm_add() local189 struct ip_queue *ipq, *last; in readipv4() local