Home
last modified time | relevance | path

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

/linux-5.19.10/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.c257 if (verdict == EBT_DROP) { in ebt_do_table()
554 if (((struct ebt_entries *)e)->policy != EBT_DROP && in ebt_check_entry_size_and_hooks()
/linux-5.19.10/include/uapi/linux/netfilter_bridge/
Debtables.h27 #define EBT_DROP -2 macro
/linux-5.19.10/net/netfilter/
Dnft_compat.c121 case EBT_DROP: in nft_target_eval_bridge()