HomeSort by: relevance | last modified time | path
    Searched refs:f_acct (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 515 struct frentry *f_acct[2][2]; member in struct:friostat_4_1_33
536 struct frentry *f_acct[2][2]; member in struct:friostat_4_1_0
2300 fiop->f_acct[0][0] = old->f_acct[0][0];
2301 fiop->f_acct[0][1] = old->f_acct[0][1];
2302 fiop->f_acct[1][0] = old->f_acct[1][0];
2303 fiop->f_acct[1][1] = old->f_acct[1][1]
    [all...]
ip_fil.h 1115 frentry_t *f_acct[2][2]; member in struct:friostat
1135 #define f_acctin f_acct[0]
1136 #define f_acctout f_acct[1]
fil.c 4222 fiop->f_acct[0][0] = softc->ipf_acct[0][0];
4224 fiop->f_acct[0][1] = softc->ipf_acct[0][1];
4226 fiop->f_acct[1][0] = softc->ipf_acct[1][0];
4228 fiop->f_acct[1][1] = softc->ipf_acct[1][1];

Completed in 39 milliseconds