Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_common.h14 unsigned int early_drop; member
/Linux-v4.19/net/netfilter/
Dnf_conntrack_core.c74 bool early_drop; member
1076 static noinline int early_drop(struct net *net, unsigned int _hash) in early_drop() function
1092 NF_CT_STAT_ADD_ATOMIC(net, early_drop, drops); in early_drop()
1144 if (gc_work->early_drop) in gc_worker()
1243 gc_work->early_drop = false; in gc_worker()
1268 if (!early_drop(net, hash)) { in __nf_conntrack_alloc()
1269 if (!conntrack_gc_work.early_drop) in __nf_conntrack_alloc()
1270 conntrack_gc_work.early_drop = true; in __nf_conntrack_alloc()
Dnf_conntrack_standalone.c425 st->early_drop, in ct_cpu_seq_show()
Dnf_conntrack_netlink.c2187 nla_put_be32(skb, CTA_STATS_EARLY_DROP, htonl(st->early_drop)) || in ctnetlink_ct_stat_cpu_fill_info()