Searched refs:early_drop (Results 1 - 7 of 7) sorted by path

/linux-master/include/linux/netfilter/
H A Dnf_conntrack_common.h15 unsigned int early_drop; member in struct:ip_conntrack_stat
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c73 bool early_drop; member in struct:conntrack_gc_work
1406 static noinline int early_drop(struct net *net, unsigned int hash) function
1425 NF_CT_STAT_ADD_ATOMIC(net, early_drop, drops);
1468 if (gc_work->early_drop)
1594 gc_work->early_drop = false;
1620 if (!early_drop(net, hash)) {
1621 if (!conntrack_gc_work.early_drop)
1622 conntrack_gc_work.early_drop = true;
H A Dnf_conntrack_netlink.c2514 nla_put_be32(skb, CTA_STATS_EARLY_DROP, htonl(st->early_drop)) ||
H A Dnf_conntrack_standalone.c434 seq_puts(seq, "entries clashres found new invalid ignore delete chainlength insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n");
453 st->early_drop,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_ets.sh141 install_qdisc qevent early_drop block 10
143 do_drop_mirror_test 10 $BACKLOG1 early_drop
144 do_drop_mirror_test 11 $BACKLOG2 early_drop
151 install_qdisc qevent early_drop block 10
153 do_drop_trap_test 10 $BACKLOG1 early_drop
154 do_drop_trap_test 11 $BACKLOG2 early_drop
H A Dsch_red_root.sh71 install_qdisc qevent early_drop block 10
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_red.sh474 install_qdisc qevent early_drop block 10

Completed in 298 milliseconds