Searched refs:pf_fillup_fragment (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_norm.c | 154 static struct pf_fragment *pf_fillup_fragment(struct pf_frnode *, u_int32_t, 560 pf_fillup_fragment(struct pf_frnode *key, uint32_t id, in pf_fillup_fragment() function 824 if ((frag = pf_fillup_fragment(&key, ip->ip_id, frent, reason)) == NULL) in pf_reassemble() 928 if ((frag = pf_fillup_fragment(&key, fraghdr->ip6f_ident, frent, reason)) == NULL) { in pf_reassemble6()
|