diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2013-12-15 23:15:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-18 12:52:07 -0500 |
commit | d84231d3a2b20bea26327d9b83c8bd8ba55dc68c (patch) | |
tree | ab6ebd222e0d70e088ea9c02b524c624b7c798f6 /include/net/act_api.h | |
parent | cea883bb6851c15c41b476f65877bc5c1005605c (diff) |
net_sched: remove get_stats from tc_action_ops
It is not used.
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/act_api.h')
-rw-r--r-- | include/net/act_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h index 9e90fdff470d..04c6825e172b 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h | |||
@@ -72,7 +72,6 @@ struct tc_action_ops { | |||
72 | __u32 capab; /* capabilities includes 4 bit version */ | 72 | __u32 capab; /* capabilities includes 4 bit version */ |
73 | struct module *owner; | 73 | struct module *owner; |
74 | int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *); | 74 | int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *); |
75 | int (*get_stats)(struct sk_buff *, struct tc_action *); | ||
76 | int (*dump)(struct sk_buff *, struct tc_action *, int, int); | 75 | int (*dump)(struct sk_buff *, struct tc_action *, int, int); |
77 | int (*cleanup)(struct tc_action *, int bind); | 76 | int (*cleanup)(struct tc_action *, int bind); |
78 | int (*lookup)(struct tc_action *, u32); | 77 | int (*lookup)(struct tc_action *, u32); |