diff options
Diffstat (limited to 'include/net/act_api.h')
-rw-r--r-- | include/net/act_api.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h index 77d5d8156efc..d34e1f4d897b 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h | |||
@@ -105,10 +105,7 @@ struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo); | |||
105 | void tcf_hash_destroy(struct tcf_common *p, struct tcf_hashinfo *hinfo); | 105 | void tcf_hash_destroy(struct tcf_common *p, struct tcf_hashinfo *hinfo); |
106 | int tcf_hash_release(struct tcf_common *p, int bind, | 106 | int tcf_hash_release(struct tcf_common *p, int bind, |
107 | struct tcf_hashinfo *hinfo); | 107 | struct tcf_hashinfo *hinfo); |
108 | int tcf_generic_walker(struct sk_buff *skb, struct netlink_callback *cb, | ||
109 | int type, struct tc_action *a); | ||
110 | u32 tcf_hash_new_index(u32 *idx_gen, struct tcf_hashinfo *hinfo); | 108 | u32 tcf_hash_new_index(u32 *idx_gen, struct tcf_hashinfo *hinfo); |
111 | int tcf_hash_search(struct tc_action *a, u32 index); | ||
112 | struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a, | 109 | struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a, |
113 | int bind, struct tcf_hashinfo *hinfo); | 110 | int bind, struct tcf_hashinfo *hinfo); |
114 | struct tcf_common *tcf_hash_create(u32 index, struct nlattr *est, | 111 | struct tcf_common *tcf_hash_create(u32 index, struct nlattr *est, |