Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1052 frentry_t *f_ipf[2][2]; member
1071 #define f_fin f_ipf[0]
1072 #define f_fout f_ipf[1]
H A Dfil.c4201 fiop->f_ipf[0][0] = softc->ipf_rules[0][0]; in ipf_getstat()
4203 fiop->f_ipf[0][1] = softc->ipf_rules[0][1]; in ipf_getstat()
4205 fiop->f_ipf[1][0] = softc->ipf_rules[1][0]; in ipf_getstat()
4207 fiop->f_ipf[1][1] = softc->ipf_rules[1][1]; in ipf_getstat()