Home
last modified time | relevance | path

Searched refs:f_ipf (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h1054 frentry_t *f_ipf[2][2]; member
1073 #define f_fin f_ipf[0]
1074 #define f_fout f_ipf[1]
HDfil.c4168 fiop->f_ipf[0][0] = softc->ipf_rules[0][0]; in ipf_getstat()
4170 fiop->f_ipf[0][1] = softc->ipf_rules[0][1]; in ipf_getstat()
4172 fiop->f_ipf[1][0] = softc->ipf_rules[1][0]; in ipf_getstat()
4174 fiop->f_ipf[1][1] = softc->ipf_rules[1][1]; in ipf_getstat()