Searched defs:ipq (Results 1 – 6 of 6) sorted by relevance
47 struct ipq { struct48 struct ipq *next, *prev; /* to other reass headers */ argument49 uchar_t ipq_ttl; /* time for reass q to live */ argument50 uchar_t ipq_p; /* protocol of this fragment */ argument51 ushort_t ipq_id; /* sequence id for reassembly */ argument52 struct ipasfrag *ipq_next, *ipq_prev; argument54 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
138 struct ip_queue *ipq; in ip_reasm_free() local152 struct ip_queue *ipq, *prev, *p; in ip_reasm_add() local192 struct ip_queue *ipq, *last; in readipv4() local
359 uint32_t *ipq; member
2584 queue_t *ipq = NULL; in gld_recv_tagged() local
3696 queue_t *ipq = NULL; in fcip_setipq() local