Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/netfilter/
Dnf_conntrack_common.h15 unsigned int early_drop; member
/Linux-v5.4/net/netfilter/
Dnf_conntrack_core.c71 bool early_drop; member
1163 static noinline int early_drop(struct net *net, unsigned int hash) in early_drop() function
1182 NF_CT_STAT_ADD_ATOMIC(net, early_drop, drops); in early_drop()
1234 if (gc_work->early_drop) in gc_worker()
1333 gc_work->early_drop = false; in gc_worker()
1358 if (!early_drop(net, hash)) { in __nf_conntrack_alloc()
1359 if (!conntrack_gc_work.early_drop) in __nf_conntrack_alloc()
1360 conntrack_gc_work.early_drop = true; in __nf_conntrack_alloc()
Dnf_conntrack_standalone.c446 st->early_drop, in ct_cpu_seq_show()
Dnf_conntrack_netlink.c2224 nla_put_be32(skb, CTA_STATS_EARLY_DROP, htonl(st->early_drop)) || in ctnetlink_ct_stat_cpu_fill_info()