Home
last modified time | relevance | path

Searched refs:sc_count_nat4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpflow.c921 sc->sc_count_nat4 = 0; in copy_nat_ipfix_4_to_m()
929 (sc->sc_count_nat4 * sizeof(struct pflow_ipfix_nat4)), in copy_nat_ipfix_4_to_m()
931 sc->sc_count_nat4++; in copy_nat_ipfix_4_to_m()
936 if (sc->sc_count_nat4 >= sc->sc_maxcount_nat4) in copy_nat_ipfix_4_to_m()
1197 count = sc->sc_count_nat4; in pflow_sendout_ipfix()
1199 + sc->sc_count_nat4 * sizeof(struct pflow_ipfix_nat4); in pflow_sendout_ipfix()
/freebsd/sys/net/
H A Dpflow.h244 unsigned int sc_count_nat4; member