Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnft_compat.c633 char *mt_name; in nft_match_select_ops() local
641 mt_name = nla_data(tb[NFTA_MATCH_NAME]); in nft_match_select_ops()
649 if (nft_match_cmp(match, mt_name, rev, family)) { in nft_match_select_ops()
657 match = xt_request_find_match(family, mt_name, rev); in nft_match_select_ops()