Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/netfilter/
Debt_arpreply.c32 return EBT_DROP; in ebt_arpreply_tg()
42 return EBT_DROP; in ebt_arpreply_tg()
47 return EBT_DROP; in ebt_arpreply_tg()
53 return EBT_DROP; in ebt_arpreply_tg()
Debt_snat.c26 return EBT_DROP; in ebt_snat_tg()
36 return EBT_DROP; in ebt_snat_tg()
40 return EBT_DROP; in ebt_snat_tg()
Debt_redirect.c25 return EBT_DROP; in ebt_redirect_tg()
Debt_dnat.c25 return EBT_DROP; in ebt_dnat_tg()
Debtables.c244 if (verdict == EBT_DROP) { in ebt_do_table()
515 if (((struct ebt_entries *)e)->policy != EBT_DROP && in ebt_check_entry_size_and_hooks()
/Linux-v5.4/include/uapi/linux/netfilter_bridge/
Debtables.h27 #define EBT_DROP -2 macro
/Linux-v5.4/net/netfilter/
Dnft_compat.c113 case EBT_DROP: in nft_target_eval_bridge()