Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/netfilter/
Dnf_tables_compat.h18 NFTA_MATCH_INFO, enumerator
/Linux-v6.1/net/netfilter/
Dnft_compat.c416 [NFTA_MATCH_INFO] = { .type = NLA_BINARY },
479 size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO])); in __nft_match_init()
485 match_compat_from_user(match, nla_data(tb[NFTA_MATCH_INFO]), info); in __nft_match_init()
565 nft_extension_dump_info(skb, NFTA_MATCH_INFO, info, in __nft_match_dump()
755 tb[NFTA_MATCH_INFO] == NULL) in nft_match_select_ops()
766 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()