Searched refs:sc_maxcount_nat4 (Results 1 – 2 of 2) sorted by relevance
248 unsigned int sc_maxcount_nat4; member
532 sc->sc_maxcount_nat4 = (mtu - hdrsz - in pflow_calc_mtu()538 if (sc->sc_maxcount_nat4 > PFLOW_MAXFLOWS) in pflow_calc_mtu()539 sc->sc_maxcount_nat4 = PFLOW_MAXFLOWS; in pflow_calc_mtu()543 min = MIN(min, sc->sc_maxcount_nat4 * sizeof(struct pflow_ipfix_nat4)); in pflow_calc_mtu()950 if (sc->sc_count_nat4 >= sc->sc_maxcount_nat4) in copy_nat_ipfix_4_to_m()