Searched refs:mt_name (Results 1 – 2 of 2) sorted by relevance
791 char *mt_name; in nft_match_select_ops() local800 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()
1307 for (i = 0; msgtypes[i].mt_name; ++i)1308 if (strcasecmp(name, msgtypes[i].mt_name) == 0)