Searched refs:NF_DROP (Results 1 – 11 of 11) sorted by relevance
/third_party/iptables/include/linux/ |
D | netfilter.h | 13 #define NF_DROP 0 macro 35 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
|
/third_party/libnl/include/linux-private/linux/ |
D | netfilter.h | 11 #define NF_DROP 0 macro 33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
|
/third_party/libnl/lib/netfilter/ |
D | netfilter.c | 18 __ADD(NF_DROP, NF_DROP),
|
/third_party/iptables/extensions/ |
D | libarpt_mangle.c | 113 mangle->target = NF_DROP; in arpmangle_parse() 165 m->target == NF_DROP ? "DROP" : "CONTINUE"); in arpmangle_print()
|
/third_party/iptables/libiptc/ |
D | libip4tc.c | 158 : pos == -NF_DROP-1 ? "NF_DROP" in dump_entry() 264 assert(t->verdict == -NF_DROP-1
|
D | libip6tc.c | 192 : pos == -NF_DROP-1 ? "NF_DROP" in dump_entry()
|
D | libiptc.c | 1566 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/ |
D | nft.c | 973 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()
|
D | xtables-monitor.c | 459 case NF_DROP: in print_verdict()
|
D | nft-arp.c | 230 ret = add_verdict(r, NF_DROP); in nft_arp_add()
|
D | nft-shared.c | 538 case NF_DROP: in nft_parse_immediate()
|