Lines Matching refs:nlattr

79 	struct nlattr *nest;  in tcf_dump_walker()
127 struct nlattr *nest; in tcf_del_walker()
228 void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est) in tcf_hash_cleanup()
238 int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, in tcf_hash_create()
364 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action()
439 struct nlattr *nest; in tcf_action_dump_1()
465 struct nlattr *nest; in tcf_action_dump()
486 struct tc_action *tcf_action_init_1(struct net *net, struct nlattr *nla, in tcf_action_init_1()
487 struct nlattr *est, char *name, int ovr, in tcf_action_init_1()
493 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1()
494 struct nlattr *kind; in tcf_action_init_1()
569 int tcf_action_init(struct net *net, struct nlattr *nla, in tcf_action_init()
570 struct nlattr *est, char *name, int ovr, in tcf_action_init()
573 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
648 struct nlattr *nest; in tca_get_fill()
707 tcf_action_get_1(struct nlattr *nla, struct nlmsghdr *n, u32 portid) in tcf_action_get_1()
709 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1()
758 static int tca_action_flush(struct net *net, struct nlattr *nla, in tca_action_flush()
766 struct nlattr *nest; in tca_action_flush()
767 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush()
768 struct nlattr *kind; in tca_action_flush()
862 tca_action_gd(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tca_action_gd()
866 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
929 tcf_action_add(struct net *net, struct nlattr *nla, struct nlmsghdr *n, in tcf_action_add()
951 struct nlattr *tca[TCA_ACT_MAX + 1]; in tc_ctl_action()
998 static struct nlattr *
1001 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind()
1002 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()
1003 struct nlattr *nla[TCAA_MAX + 1]; in find_dump_kind()
1004 struct nlattr *kind; in find_dump_kind()
1031 struct nlattr *nest; in tc_dump_action()
1036 struct nlattr *kind = find_dump_kind(cb->nlh); in tc_dump_action()