Lines Matching refs:nlattr
197 struct nlattr *nest; in tcf_dump_walker()
252 struct nlattr *nest; in tcf_del_walker()
357 int tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est, in tcf_idr_create()
578 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action()
705 struct nlattr *nest; in tcf_action_dump_1()
743 struct nlattr *nest; in tcf_action_dump()
765 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
791 struct nlattr *nla, struct nlattr *est, in tcf_action_init_1()
800 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1()
801 struct nlattr *kind; in tcf_action_init_1()
917 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, in tcf_action_init()
918 struct nlattr *est, char *name, int ovr, int bind, in tcf_action_init()
922 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
1004 struct nlattr *nest; in tca_get_fill()
1051 static struct tc_action *tcf_action_get_1(struct net *net, struct nlattr *nla, in tcf_action_get_1()
1055 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1()
1092 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush()
1101 struct nlattr *nest; in tca_action_flush()
1102 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush()
1104 struct nlattr *kind; in tca_action_flush()
1233 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd()
1237 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
1306 static int tcf_action_add(struct net *net, struct nlattr *nla, in tcf_action_add()
1336 struct nlattr *tca[TCA_ROOT_MAX + 1]; in tc_ctl_action()
1386 static struct nlattr *find_dump_kind(struct nlattr **nla) in find_dump_kind()
1388 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind()
1389 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()
1390 struct nlattr *kind; in find_dump_kind()
1414 struct nlattr *nest; in tc_dump_action()
1418 struct nlattr *tb[TCA_ROOT_MAX + 1]; in tc_dump_action()
1419 struct nlattr *count_attr = NULL; in tc_dump_action()
1421 struct nlattr *kind = NULL; in tc_dump_action()