Home
last modified time | relevance | path

Searched refs:ipf (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c102 struct ipf { struct
103 struct ipf *ipf_down; argument
104 struct ipf *ipf_up; argument
129 struct ipf *ipfq_down; /* fragment chain */
130 struct ipf *ipfq_up;
162 static void ipf_enq(struct ipf *, struct ipf *);
163 static void ipf_deq(struct ipf *);
167 void (*)(struct fsw_ip_frag_mgr *, struct ipf *));
175 void (*ipf_cb)(struct fsw_ip_frag_mgr *, struct ipf *));
176 static struct ipf *ipf_alloc(struct fsw_ip_frag_mgr *mgr);
[all …]