Searched refs:ipf (Results 1 – 1 of 1) sorted by relevance
102 struct ipf { struct103 struct ipf *ipf_down; argument104 struct ipf *ipf_up; argument129 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 …]