Searched refs:ipf_findgroup (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/netpfil/ipfilter/netinet/ |
| HD | fil.c | 3438 ipf_findgroup(ipf_main_softc_t *softc, char *group, minor_t unit, int set, in ipf_findgroup() function 3492 fg = ipf_findgroup(softc, group, unit, set, &fgp); in ipf_group_add() 3604 fg = ipf_findgroup(softc, group, unit, softc->ipf_active, NULL); in ipf_getrulen() 4588 fg = ipf_findgroup(softc, group, unit, in frrequest() 7617 fg = ipf_findgroup(softc, fr->fr_names + fr->fr_group, 7719 fg = ipf_findgroup(softc, it.iri_group, unit,
|
| HD | ip_fil.h | 1755 extern frgroup_t *ipf_findgroup(ipf_main_softc_t *, char *, minor_t,
|