Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_compat.c871 char *tg_name; in nft_target_select_ops() local
880 tg_name = nla_data(tb[NFTA_TARGET_NAME]); in nft_target_select_ops()
884 if (strcmp(tg_name, XT_ERROR_TARGET) == 0 || in nft_target_select_ops()
885 strcmp(tg_name, XT_STANDARD_TARGET) == 0 || in nft_target_select_ops()
886 strcmp(tg_name, "standard") == 0) in nft_target_select_ops()
889 target = xt_request_find_target(family, tg_name, rev); in nft_target_select_ops()