Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Debt_dnat.c34 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_dnat_tg_check()
Debt_redirect.c41 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check()
Debt_snat.c51 if (BASE_CHAIN && tmp == EBT_RETURN) in ebt_snat_tg_check()
Debt_mark.c45 if (BASE_CHAIN && tmp == EBT_RETURN) in ebt_mark_tg_check()
Debt_arpreply.c65 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_arpreply_tg_check()
/linux-4.1.27/include/linux/netfilter_bridge/
Debtables.h122 #define BASE_CHAIN (par->hook_mask & (1 << NF_BR_NUMHOOKS)) macro