Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/netfilter/
Dnf_tables_compat.h18 NFTA_MATCH_INFO, enumerator
/Linux-v6.6/net/netfilter/
Dnft_compat.c417 [NFTA_MATCH_INFO] = { .type = NLA_BINARY },
480 size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO])); in __nft_match_init()
486 match_compat_from_user(match, nla_data(tb[NFTA_MATCH_INFO]), info); in __nft_match_init()
566 nft_extension_dump_info(skb, NFTA_MATCH_INFO, info, in __nft_match_dump()
758 tb[NFTA_MATCH_INFO] == NULL) in nft_match_select_ops()
769 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()