Lines Matching refs:nla
504 struct tc_action *tcf_action_init_1(struct net *net, struct nlattr *nla, in tcf_action_init_1() argument
516 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_init_1()
566 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1()
587 int tcf_action_init(struct net *net, struct nlattr *nla, in tcf_action_init() argument
596 err = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tcf_action_init()
725 tcf_action_get_1(struct nlattr *nla, struct nlmsghdr *n, u32 portid) in tcf_action_get_1() argument
732 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tcf_action_get_1()
776 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush() argument
798 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL); in tca_action_flush()
880 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd() argument
888 ret = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tca_action_gd()
947 tcf_action_add(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tcf_action_add() argument
953 ret = tcf_action_init(net, nla, NULL, NULL, ovr, 0, &actions); in tcf_action_add()
1021 struct nlattr *nla[TCAA_MAX + 1]; in find_dump_kind() local
1024 if (nlmsg_parse(n, sizeof(struct tcamsg), nla, TCAA_MAX, NULL) < 0) in find_dump_kind()
1026 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()