Home
last modified time | relevance | path

Searched refs:EBT_DROP (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/bridge/netfilter/
Debt_arpreply.c31 return EBT_DROP; in ebt_arpreply_tg()
41 return EBT_DROP; in ebt_arpreply_tg()
46 return EBT_DROP; in ebt_arpreply_tg()
52 return EBT_DROP; in ebt_arpreply_tg()
Debt_snat.c25 return EBT_DROP; in ebt_snat_tg()
35 return EBT_DROP; in ebt_snat_tg()
39 return EBT_DROP; in ebt_snat_tg()
Debt_dnat.c23 return EBT_DROP; in ebt_dnat_tg()
Debt_redirect.c24 return EBT_DROP; in ebt_redirect_tg()
Debtables.c257 if (verdict == EBT_DROP) { in ebt_do_table()
516 if (((struct ebt_entries *)e)->policy != EBT_DROP && in ebt_check_entry_size_and_hooks()
/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debtables.h23 #define EBT_DROP -2 macro
/linux-4.4.14/net/netfilter/
Dnft_compat.c103 case EBT_DROP: in nft_target_eval_bridge()