Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_common.h17 unsigned int early_drop; member
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c390 st->early_drop, in ct_cpu_seq_show()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_standalone.c331 st->early_drop, in ct_cpu_seq_show()
Dnf_conntrack_core.c719 static noinline int early_drop(struct net *net, unsigned int _hash) in early_drop() function
768 NF_CT_STAT_INC_ATOMIC(net, early_drop); in early_drop()
809 if (!early_drop(net, hash)) { in __nf_conntrack_alloc()
Dnf_conntrack_netlink.c1921 nla_put_be32(skb, CTA_STATS_EARLY_DROP, htonl(st->early_drop)) || in ctnetlink_ct_stat_cpu_fill_info()