Searched refs:ipf (Results 1 – 1 of 1) sorted by relevance
103 struct ipf { struct104 struct ipf *ipf_down; argument105 struct ipf *ipf_up; argument130 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 …]