Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_compat.c791 char *mt_name; in nft_match_select_ops() local
800 mt_name = nla_data(tb[NFTA_MATCH_NAME]); in nft_match_select_ops()
804 match = xt_request_find_match(family, mt_name, rev); in nft_match_select_ops()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1307 for (i = 0; msgtypes[i].mt_name; ++i)
1308 if (strcasecmp(name, msgtypes[i].mt_name) == 0)