Searched refs:f_acct (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/
H A Dip_fil_compat.c513 struct frentry *f_acct[2][2]; member in struct:friostat_4_1_33
534 struct frentry *f_acct[2][2]; member in struct:friostat_4_1_0
2318 fiop->f_acct[0][0] = old->f_acct[0][0];
2319 fiop->f_acct[0][1] = old->f_acct[0][1];
2320 fiop->f_acct[1][0] = old->f_acct[1][0];
2321 fiop->f_acct[1][1] = old->f_acct[
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1104 frentry_t *f_acct[2][2]; member in struct:friostat
1124 #define f_acctin f_acct[0]
1125 #define f_acctout f_acct[1]
H A Dfil.c4286 fiop->f_acct[0][0] = softc->ipf_acct[0][0];
4288 fiop->f_acct[0][1] = softc->ipf_acct[0][1];
4290 fiop->f_acct[1][0] = softc->ipf_acct[1][0];
4292 fiop->f_acct[1][1] = softc->ipf_acct[1][1];

Completed in 151 milliseconds