Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dxt_NFLOG.c53 if (ret != 0 && !par->nft_compat) { in nflog_tg_check()
Dxt_TCPMSS.c276 if (par->nft_compat) in tcpmss_tg4_check()
300 if (par->nft_compat) in tcpmss_tg6_check()
Dxt_LOG.c63 if (ret != 0 && !par->nft_compat) { in log_tg_check()
DMakefile110 obj-$(CONFIG_NFT_COMPAT) += nft_compat.o
Dnft_compat.c182 par->nft_compat = true; in nft_target_set_tgchk_param()
483 par->nft_compat = true; in nft_match_set_mtchk_param()
/linux-6.6.21/include/linux/netfilter/
Dx_tables.h100 bool nft_compat; member
131 bool nft_compat; member
/linux-6.6.21/net/bridge/netfilter/
Debt_stp.c162 if (!par->nft_compat && in ebt_stp_mt_check()