Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ipfilter/
Dip_fil_compat.c490 struct frentry *f_ipf[2][2]; member
511 struct frentry *f_ipf[2][2]; member
2292 fiop->f_ipf[0][0] = old->f_ipf[0][0];
2293 fiop->f_ipf[0][1] = old->f_ipf[0][1];
2294 fiop->f_ipf[1][0] = old->f_ipf[1][0];
2295 fiop->f_ipf[1][1] = old->f_ipf[1][1];
2324 fiop->f_ipf[0][0] = old->f_ipf[0][0];
2325 fiop->f_ipf[0][1] = old->f_ipf[0][1];
2326 fiop->f_ipf[1][0] = old->f_ipf[1][0];
2327 fiop->f_ipf[1][1] = old->f_ipf[1][1];
[all …]
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_fil.h1055 frentry_t *f_ipf[2][2]; member
1074 #define f_fin f_ipf[0]
1075 #define f_fout f_ipf[1]
Dfil.c4170 fiop->f_ipf[0][0] = softc->ipf_rules[0][0]; in ipf_getstat()
4172 fiop->f_ipf[0][1] = softc->ipf_rules[0][1]; in ipf_getstat()
4174 fiop->f_ipf[1][0] = softc->ipf_rules[1][0]; in ipf_getstat()
4176 fiop->f_ipf[1][1] = softc->ipf_rules[1][1]; in ipf_getstat()