Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c103 struct ipf { struct
104 struct ipf *ipf_down; argument
105 struct ipf *ipf_up; argument
130 struct ipf *ipfq_down; /* fragment chain */
131 struct ipf *ipfq_up;
163 static void ipf_enq(struct ipf *, struct ipf *);
164 static void ipf_deq(struct ipf *);
168 void (*)(struct fsw_ip_frag_mgr *, struct ipf *));
176 void (*ipf_cb)(struct fsw_ip_frag_mgr *, struct ipf *));
177 static struct ipf *ipf_alloc(struct fsw_ip_frag_mgr *mgr);
[all …]