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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c2575 if (fr->fr_grphead != NULL) {
2576 fin->fin_fr = fr->fr_grphead->fg_start;
3745 if (fp->fr_grphead != NULL) {
3746 freed += ipf_group_flush(softc, fp->fr_grphead);
4537 fp->fr_grphead = NULL;
5140 fp->fr_grphead = NULL;
5145 fp->fr_grphead = fg;
5553 if (fr->fr_grphead != NULL)
5554 ipf_group_del(softc, fr->fr_grphead, fr);
H A Dip_fil.h695 struct frgroup *fr_grphead; member in struct:frentry

Completed in 127 milliseconds