Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_api.c834 static const struct nla_policy tcf_action_policy[TCA_ACT_MAX + 1] = { variable
858 tcf_action_policy, extack); in tcf_action_init_1()
1103 tcf_action_policy, extack); in tcf_action_get_1()
1158 tcf_action_policy, extack); in tca_action_flush()
1448 if (nla_parse_nested_deprecated(tb2, TCA_ACT_MAX, tb[1], tcf_action_policy, NULL) < 0) in find_dump_kind()