Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
H A Debt_nflog.c51 if (ret != 0 && !par->nft_compat) { in ebt_nflog_tg_check()
H A Debt_stp.c162 if (!par->nft_compat && in ebt_stp_mt_check()
/linux/net/netfilter/
H A Dxt_TCPMSS.c283 if (par->nft_compat) in tcpmss_tg4_check()
299 if (par->nft_compat) in tcpmss_tg6_check()
H A Dxt_LOG.c63 if (ret != 0 && !par->nft_compat) { in log_tg_check()
H A Dxt_NFLOG.c53 if (ret != 0 && !par->nft_compat) { in nflog_tg_check()
H A Dnft_compat.c183 par->nft_compat = true; in nft_target_set_tgchk_param()
508 par->nft_compat = true; in nft_match_set_mtchk_param()
/linux/include/linux/netfilter/
H A Dx_tables.h92 bool nft_compat; member
134 bool nft_compat; member