Searched defs:ipq (Results 1 – 1 of 1) sorted by relevance
95 struct ipq { struct97 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument98 u_char ipq_ttl; /* time for reass q to live */ argument99 u_char ipq_p; /* protocol of this fragment */ argument100 u_short ipq_id; /* sequence id for reassembly */ argument101 struct in_addr ipq_src, ipq_dst; argument102 u_int32_t ipq_nfrags; /* # frags in this packet */ argument103 uint32_t ipq_csum_flags; /* checksum flags */ argument104 uint32_t ipq_csum; /* partial checksum value */ argument