Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c649 kmemcpy((char *)&fiop->f_froute, (u_long)deadlist[33].n_value, in ipfstate_dead()
650 sizeof(fiop->f_froute)); in ipfstate_dead()
744 PRINTF("%lu\tfastroute successes\n", fp->f_froute[0]); in showstats()
745 PRINTF("%lu\tfastroute failures\n", fp->f_froute[1]); in showstats()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1056 u_long f_froute[2]; member
H A Dfil.c4212 fiop->f_froute[0] = softc->ipf_frouteok[0]; in ipf_getstat()
4213 fiop->f_froute[1] = softc->ipf_frouteok[1]; in ipf_getstat()