Home
last modified time | relevance | path

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

/third_party/iptables/include/linux/
Dnetfilter.h13 #define NF_DROP 0 macro
35 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
/third_party/libnl/include/linux-private/linux/
Dnetfilter.h11 #define NF_DROP 0 macro
33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
/third_party/libnl/lib/netfilter/
Dnetfilter.c18 __ADD(NF_DROP, NF_DROP),
/third_party/iptables/extensions/
Dlibarpt_mangle.c113 mangle->target = NF_DROP; in arpmangle_parse()
165 m->target == NF_DROP ? "DROP" : "CONTINUE"); in arpmangle_print()
/third_party/iptables/libiptc/
Dlibip4tc.c158 : pos == -NF_DROP-1 ? "NF_DROP" in dump_entry()
264 assert(t->verdict == -NF_DROP-1
Dlibip6tc.c192 : pos == -NF_DROP-1 ? "NF_DROP" in dump_entry()
Dlibiptc.c1566 case -NF_DROP-1: in standard_target_map()
1697 return iptcc_standard_map(r, -NF_DROP - 1); in iptcc_map_target()
2424 c->verdict = -NF_DROP - 1; in TC_SET_POLICY()
/third_party/iptables/iptables/
Dnft.c973 c = nft_chain_new(h, table, chain, NF_DROP, counters); in nft_chain_set()
1338 ret = add_verdict(r, NF_DROP); in add_action()
1589 case NF_DROP: in nft_bridge_chain_postprocess()
1603 [NF_DROP] = "DROP",
2952 case NF_DROP: in ebt_add_policy_rule()
3002 pval = NF_DROP; in ebt_set_user_chain_policy()
Dxtables-monitor.c459 case NF_DROP: in print_verdict()
Dnft-arp.c230 ret = add_verdict(r, NF_DROP); in nft_arp_add()
Dnft-shared.c538 case NF_DROP: in nft_parse_immediate()