Home
last modified time | relevance | path

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

/Linux-v4.19/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_redirect.c24 return EBT_DROP; in ebt_redirect_tg()
Debt_dnat.c25 return EBT_DROP; in ebt_dnat_tg()
Debtables.c252 if (verdict == EBT_DROP) { in ebt_do_table()
531 if (((struct ebt_entries *)e)->policy != EBT_DROP && in ebt_check_entry_size_and_hooks()
/Linux-v4.19/include/uapi/linux/netfilter_bridge/
Debtables.h27 #define EBT_DROP -2 macro
/Linux-v4.19/net/netfilter/
Dnft_compat.c135 case EBT_DROP: in nft_target_eval_bridge()