Searched defs:ipq (Results 1 – 6 of 6) sorted by relevance
46 struct ipq { struct47 struct ipq *next, *prev; /* to other reass headers */ argument48 uchar_t ipq_ttl; /* time for reass q to live */ argument49 uchar_t ipq_p; /* protocol of this fragment */ argument50 ushort_t ipq_id; /* sequence id for reassembly */ argument51 struct ipasfrag *ipq_next, *ipq_prev; argument53 struct in_addr ipq_src, ipq_dst; argument
56 struct ipq { struct58 u_char ipq_ttl; /* time for reass q to live */ argument59 u_char ipq_p; /* protocol of this fragment */ argument60 u_short ipq_id; /* sequence id for reassembly */ argument61 struct mbuf *ipq_frags; /* to ip headers of fragments */ argument62 struct in_addr ipq_src,ipq_dst; argument63 u_char ipq_nfrags; /* # frags in this packet */ argument64 struct label *ipq_label; /* MAC label */ argument
137 struct ip_queue *ipq; in ip_reasm_free() local151 struct ip_queue *ipq, *prev, *p; in ip_reasm_add() local191 struct ip_queue *ipq, *last; in readipv4() local
359 uint32_t *ipq; member
2312 queue_t *ipq = NULL; in gld_recv_tagged() local
3600 queue_t *ipq = NULL; in fcip_setipq() local