Home
last modified time | relevance | path

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

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