Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h18 NFTA_MATCH_INFO, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c440 [NFTA_MATCH_INFO] = { .type = NLA_BINARY },
503 size_t size = XT_ALIGN(nla_len(tb[NFTA_MATCH_INFO])); in __nft_match_init()
509 match_compat_from_user(match, nla_data(tb[NFTA_MATCH_INFO]), info); in __nft_match_init()
589 nft_extension_dump_info(skb, NFTA_MATCH_INFO, info, in __nft_match_dump()
797 tb[NFTA_MATCH_INFO] == NULL) in nft_match_select_ops()
808 if (match->matchsize > nla_len(tb[NFTA_MATCH_INFO])) { in nft_match_select_ops()