Lines Matching refs:nlattr
220 struct nlattr *nest; in tcf_dump_walker()
290 struct nlattr *nest; in tcf_del_walker()
400 int tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est, in tcf_idr_create()
627 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action()
758 struct nlattr *nest; in tcf_action_dump_1()
796 struct nlattr *nest; in tcf_action_dump()
818 static struct tc_cookie *nla_memdup_cookie(struct nlattr **tb) in nla_memdup_cookie()
843 struct nlattr *nla, struct nlattr *est, in tcf_action_init_1()
852 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1()
853 struct nlattr *kind; in tcf_action_init_1()
955 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, in tcf_action_init()
956 struct nlattr *est, char *name, int ovr, int bind, in tcf_action_init()
960 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
1045 struct nlattr *nest; in tca_get_fill()
1092 static struct tc_action *tcf_action_get_1(struct net *net, struct nlattr *nla, in tcf_action_get_1()
1096 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1()
1136 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush()
1145 struct nlattr *nest; in tca_action_flush()
1146 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush()
1148 struct nlattr *kind; in tca_action_flush()
1278 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd()
1282 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
1351 static int tcf_action_add(struct net *net, struct nlattr *nla, in tcf_action_add()
1386 struct nlattr *tca[TCA_ROOT_MAX + 1]; in tc_ctl_action()
1433 static struct nlattr *find_dump_kind(struct nlattr **nla) in find_dump_kind()
1435 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind()
1436 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()
1437 struct nlattr *kind; in find_dump_kind()
1460 struct nlattr *nest; in tc_dump_action()
1464 struct nlattr *tb[TCA_ROOT_MAX + 1]; in tc_dump_action()
1465 struct nlattr *count_attr = NULL; in tc_dump_action()
1467 struct nlattr *kind = NULL; in tc_dump_action()