Searched refs:frag (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c308 struct pf_fragment *frag; local
312 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
313 VERIFY(BUFFER_FRAGMENTS(frag));
314 if (frag->fr_timeout > expire)
317 switch (frag->fr_af) {
320 ntohs(frag->fr_id), frag));
324 ntohl(frag->fr_id6), frag));
330 pf_free_fragment(frag);
364 struct pf_fragment *frag; local
392 pf_free_fragment(struct pf_fragment *frag) argument
448 struct pf_fragment *frag; local
486 pf_remove_fragment(struct pf_fragment *frag) argument
501 pf_reassemble(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
697 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
1000 pf_reassemble6(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
1202 pf_frag6cache(struct mbuf **m0, struct ip6_hdr *h, struct ip6_frag *fh, struct pf_fragment **frag, int hlen, int mff, int drop, int *nomem) argument
1532 struct pf_fragment *frag = NULL; local
1806 struct ip6_frag frag; local
[all...]

Completed in 16 milliseconds