Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c514 struct frentry *f_ipf[2][2]; member
535 struct frentry *f_ipf[2][2]; member
2316 fiop->f_ipf[0][0] = old->f_ipf[0][0];
2317 fiop->f_ipf[0][1] = old->f_ipf[0][1];
2318 fiop->f_ipf[1][0] = old->f_ipf[1][0];
2319 fiop->f_ipf[1][1] = old->f_ipf[1][1];
2348 fiop->f_ipf[0][0] = old->f_ipf[0][0];
2349 fiop->f_ipf[0][1] = old->f_ipf[0][1];
2350 fiop->f_ipf[1][0] = old->f_ipf[1][0];
2351 fiop->f_ipf[1][1] = old->f_ipf[1][1];
[all …]
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_compat.c514 struct frentry *f_ipf[2][2]; member
535 struct frentry *f_ipf[2][2]; member
2296 fiop->f_ipf[0][0] = old->f_ipf[0][0]; in friostat_4_1_33_to_current()
2297 fiop->f_ipf[0][1] = old->f_ipf[0][1]; in friostat_4_1_33_to_current()
2298 fiop->f_ipf[1][0] = old->f_ipf[1][0]; in friostat_4_1_33_to_current()
2299 fiop->f_ipf[1][1] = old->f_ipf[1][1]; in friostat_4_1_33_to_current()
2326 fiop->f_ipf[0][0] = old->f_ipf[0][0]; in friostat_4_1_0_to_current()
2327 fiop->f_ipf[0][1] = old->f_ipf[0][1]; in friostat_4_1_0_to_current()
2328 fiop->f_ipf[1][0] = old->f_ipf[1][0]; in friostat_4_1_0_to_current()
2329 fiop->f_ipf[1][1] = old->f_ipf[1][1]; in friostat_4_1_0_to_current()
[all …]
H A Dip_fil.h1114 frentry_t *f_ipf[2][2]; member
1133 #define f_fin f_ipf[0]
1134 #define f_fout f_ipf[1]
H A Dfil.c4221 fiop->f_ipf[0][0] = softc->ipf_rules[0][0]; in ipf_getstat()
4223 fiop->f_ipf[0][1] = softc->ipf_rules[0][1]; in ipf_getstat()
4225 fiop->f_ipf[1][0] = softc->ipf_rules[1][0]; in ipf_getstat()
4227 fiop->f_ipf[1][1] = softc->ipf_rules[1][1]; in ipf_getstat()