Home
last modified time | relevance | path

Searched refs:ebt_invalid_target (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/bridge/netfilter/
H A Debt_redirect.c51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check()
H A Debt_snat.c55 if (ebt_invalid_target(tmp)) in ebt_snat_tg_check()
H A Debt_dnat.c76 if (ebt_invalid_target(info->target)) in ebt_dnat_tg_check()
H A Debt_arpreply.c72 if (ebt_invalid_target(info->target)) in ebt_arpreply_tg_check()
H A Debt_mark.c48 if (ebt_invalid_target(tmp)) in ebt_mark_tg_check()
/openbmc/linux/include/linux/netfilter_bridge/
H A Debtables.h120 static inline bool ebt_invalid_target(int target) in ebt_invalid_target() function