Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dxt_recent.c337 unsigned int nstamp_mask; in recent_mt_check() local
369 nstamp_mask = roundup_pow_of_two(ip_pkt_list_tot) - 1; in recent_mt_check()
371 nstamp_mask = roundup_pow_of_two(info->hit_count) - 1; in recent_mt_check()
373 nstamp_mask = 32 - 1; in recent_mt_check()
378 if (nstamp_mask > t->nstamps_max_mask) { in recent_mt_check()
381 t->nstamps_max_mask = nstamp_mask; in recent_mt_check()
397 t->nstamps_max_mask = nstamp_mask; in recent_mt_check()