Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c128 struct ipfq { struct
129 struct ipf *ipfq_down; /* fragment chain */ argument
130 struct ipf *ipfq_up; argument
131 struct ipfq *ipfq_next; /* queue chain */ argument
132 struct ipfq *ipfq_prev; argument
133 uint64_t ipfq_timestamp; /* time of creation */ argument
134 struct ipf_key ipfq_key; /* ipfq search key */ argument
135 uint16_t ipfq_nfrag; /* # of fragments in queue */ argument
136 uint16_t ipfq_unfraglen; /* len of unfragmentable part */ argument
137 bool ipfq_is_dirty; /* q is dirty, don't use */ argument