tc_action          76 include/net/act_api.h 	struct tc_action	*next;
tc_action          87 include/net/act_api.h 	int     (*act)(struct sk_buff *, struct tc_action *, struct tcf_result *);
tc_action          88 include/net/act_api.h 	int     (*get_stats)(struct sk_buff *, struct tc_action *);
tc_action          89 include/net/act_api.h 	int     (*dump)(struct sk_buff *, struct tc_action *, int, int);
tc_action          90 include/net/act_api.h 	int     (*cleanup)(struct tc_action *, int bind);
tc_action          91 include/net/act_api.h 	int     (*lookup)(struct tc_action *, u32);
tc_action          92 include/net/act_api.h 	int     (*init)(struct nlattr *, struct nlattr *, struct tc_action *, int , int);
tc_action          93 include/net/act_api.h 	int     (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *);
tc_action         117 include/net/act_api.h extern struct tc_action *tcf_action_init(struct nlattr *nla, struct nlattr *est, char *n, int ovr, int bind);
tc_action         118 include/net/act_api.h extern struct tc_action *tcf_action_init_1(struct nlattr *nla, struct nlattr *est, char *n, int ovr, int bind);
tc_action          67 include/net/pkt_cls.h 	struct tc_action *action;
tc_action         358 net/sched/act_api.c 	struct tc_action *a;
tc_action         389 net/sched/act_api.c 	struct tc_action *a;
tc_action         445 net/sched/act_api.c 	struct tc_action *a;
tc_action         469 net/sched/act_api.c struct tc_action *tcf_action_init_1(struct nlattr *nla, struct nlattr *est,
tc_action         472 net/sched/act_api.c 	struct tc_action *a;
tc_action         550 net/sched/act_api.c struct tc_action *tcf_action_init(struct nlattr *nla, struct nlattr *est,
tc_action         554 net/sched/act_api.c 	struct tc_action *head = NULL, *act, *act_prev = NULL;
tc_action         676 net/sched/act_api.c static struct tc_action *
tc_action         680 net/sched/act_api.c 	struct tc_action *a;
tc_action         695 net/sched/act_api.c 	a = kzalloc(sizeof(struct tc_action), GFP_KERNEL);
tc_action         722 net/sched/act_api.c 	struct tc_action *a;
tc_action         730 net/sched/act_api.c static struct tc_action *create_a(int i)
tc_action         732 net/sched/act_api.c 	struct tc_action *act;
tc_action         753 net/sched/act_api.c 	struct tc_action *a = create_a(0);
tc_action         823 net/sched/act_api.c 	struct tc_action *head = NULL, *act, *act_prev = NULL;
tc_action         932 net/sched/act_api.c 	struct tc_action *act;
tc_action         933 net/sched/act_api.c 	struct tc_action *a;
tc_action        1041 net/sched/act_api.c 	struct tc_action a;
tc_action        1059 net/sched/act_api.c 	memset(&a, 0, sizeof(struct tc_action));
tc_action         497 net/sched/cls_api.c 		struct tc_action *act;
tc_action         532 net/sched/cls_api.c 		struct tc_action *act;