Lines Matching refs:nla
486 struct tc_action *tcf_action_init_1(struct net *net, struct nlattr *nla, in tcf_action_init_1() argument
498 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_init_1()
548 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1()
569 int tcf_action_init(struct net *net, struct nlattr *nla, in tcf_action_init() argument
578 err = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tcf_action_init()
707 tcf_action_get_1(struct nlattr *nla, struct nlmsghdr *n, u32 portid) in tcf_action_get_1() argument
714 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_get_1()
758 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush() argument
780 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tca_action_flush()
862 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd() argument
870 ret = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tca_action_gd()
929 tcf_action_add(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tcf_action_add() argument
935 ret = tcf_action_init(net, nla, NULL, NULL, ovr, 0, &actions); in tcf_action_add()
1003 struct nlattr *nla[TCAA_MAX + 1]; in find_dump_kind() local
1006 if (nlmsg_parse(n, sizeof(struct tcamsg), nla, TCAA_MAX, NULL) < 0) in find_dump_kind()
1008 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()