pf_norm.c | 277 struct pf_frent *frent; local in function:pf_free_fragment 282 for (frent = LIST_FIRST(&frag->fr_queue); frent; 283 frent = LIST_FIRST(&frag->fr_queue)) { 284 LIST_REMOVE(frent, fr_next); 286 m_freem(frent->fr_m); 287 pool_put(&pf_frent_pl, frent); 359 struct pf_frent *frent, int mff) 364 struct ip *ip = frent->fr_ip; 388 (*frag)->fr_src = frent->fr_ip->ip_src 861 struct pf_frent *frent; local in function:pf_normalize_ip [all...] |