Lines Matching refs:nla

1334 struct tc_action_ops *tc_action_load_ops(struct nlattr *nla, u32 flags,  in tc_action_load_ops()  argument
1345 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tc_action_load_ops()
1398 struct nlattr *nla, struct nlattr *est, in tcf_action_init_1() argument
1412 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tcf_action_init_1()
1436 err = a_o->init(net, nla, est, &a, tp, userflags.value | flags, in tcf_action_init_1()
1466 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, in tcf_action_init() argument
1479 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO + 1, nla, NULL, in tcf_action_init()
1706 static struct tc_action *tcf_action_get_1(struct net *net, struct nlattr *nla, in tcf_action_get_1() argument
1716 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tcf_action_get_1()
1750 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush() argument
1771 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tca_action_flush()
2009 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd() argument
2018 ret = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO, nla, NULL, in tca_action_gd()
2096 static int tcf_action_add(struct net *net, struct nlattr *nla, in tcf_action_add() argument
2106 ret = tcf_action_init(net, NULL, nla, NULL, actions, init_res, in tcf_action_add()
2181 static struct nlattr *find_dump_kind(struct nlattr **nla) in find_dump_kind() argument
2187 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()