Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_recent.c342 unsigned int nstamp_mask; in recent_mt_check() local
373 nstamp_mask = roundup_pow_of_two(ip_pkt_list_tot) - 1; in recent_mt_check()
375 nstamp_mask = roundup_pow_of_two(info->hit_count) - 1; in recent_mt_check()
377 nstamp_mask = 32 - 1; in recent_mt_check()
382 if (nstamp_mask > t->nstamps_max_mask) { in recent_mt_check()
385 t->nstamps_max_mask = nstamp_mask; in recent_mt_check()
400 t->nstamps_max_mask = nstamp_mask; in recent_mt_check()