Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables_compat.h16 NFTA_MATCH_NAME, enumerator
/openbmc/linux/net/netfilter/
H A Dnft_compat.c438 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING },
587 if (nla_put_string(skb, NFTA_MATCH_NAME, match->name) || in __nft_match_dump()
795 if (tb[NFTA_MATCH_NAME] == NULL || in nft_match_select_ops()
800 mt_name = nla_data(tb[NFTA_MATCH_NAME]); in nft_match_select_ops()