Home
last modified time | relevance | path

Searched refs:NFTA_MATCH_INFO (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h18 NFTA_MATCH_INFO, enumerator
/linux-6.15/net/netfilter/
H A Dnft_compat.c439 [NFTA_MATCH_INFO] = { .type = NLA_BINARY },
502 size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO])); in __nft_match_init()
508 match_compat_from_user(match, nla_data(tb[NFTA_MATCH_INFO]), info); in __nft_match_init()
588 nft_extension_dump_info(skb, NFTA_MATCH_INFO, info, in __nft_match_dump()
795 tb[NFTA_MATCH_INFO] == NULL) in nft_match_select_ops()
806 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()