/src/sys/dist/pf/net/ |
pf_norm.c | 76 LIST_ENTRY(pf_frent) fr_next; 82 LIST_ENTRY(pf_frcache) fr_next; 284 LIST_REMOVE(frent, fr_next); 293 LIST_REMOVE(frcache, fr_next); 407 LIST_FOREACH(frea, &(*frag)->fr_queue, fr_next) { 453 next = LIST_NEXT(frea, fr_next); 455 LIST_REMOVE(frea, fr_next); 469 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next); 471 LIST_INSERT_AFTER(frep, frent, fr_next); 480 next = LIST_NEXT(frep, fr_next); [all...] |
/src/sys/external/bsd/ipf/netinet/ |
ip_auth.c | 319 *frp = fr->fr_next; 323 frp = &fr->fr_next; 449 fr->fr_next = softa->ipf_auth_rules; 740 *frp = fr->fr_next; 744 frp = &fr->fr_next; 810 fae->fae_fr.fr_next = *frptr;
|
fil.c | 2406 fnext = fr->fr_next; 3656 for (fr = fg->fg_start; fr && n; fr = fr->fr_next, n--) 3690 listp = &fp->fr_next; 3693 *listp = fp->fr_next; 3694 if (fp->fr_next != NULL) 3695 fp->fr_next->fr_pnext = fp->fr_pnext; 3711 fp->fr_next = NULL; 3799 frp = &fr->fr_next; 3801 if (fr->fr_next != NULL) 3802 fr->fr_next->fr_pnext = fr->fr_pnext [all...] |
ip_fil_compat.c | 159 struct frentry *fr_next; member in struct:frentry_4_1_34 206 struct frentry *fr_next; member in struct:frentry_4_1_16 256 struct frentry *fr_next; member in struct:frentry_4_1_0 3687 old->fr_next = fr->fr_next; 3780 old->fr_next = fr->fr_next; 3873 old->fr_next = fr->fr_next;
|
ip_fil.h | 691 struct frentry *fr_next; member in struct:frentry
|