aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2013-12-31 11:54:00 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-02 03:30:36 -0500
commit9c75f4029cf494ae810a54e34ede9803cff60c7c (patch)
treee2e6c4ead9ba8b736a9c78f2c918850f76e6befc /include/net/act_api.h
parentmlx4_en: Only cycle port if HW timestamp config changes (diff)
downloadlinux-dev-9c75f4029cf494ae810a54e34ede9803cff60c7c.tar.xz
linux-dev-9c75f4029cf494ae810a54e34ede9803cff60c7c.zip
sched action: make local function static
No need to export functions only used in one file. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-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.h3
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);
void tcf_hash_destroy(struct tcf_common *p, struct tcf_hashinfo *hinfo);
int tcf_hash_release(struct tcf_common *p, int bind,
struct tcf_hashinfo *hinfo);
-int tcf_generic_walker(struct sk_buff *skb, struct netlink_callback *cb,
- int type, struct tc_action *a);
u32 tcf_hash_new_index(u32 *idx_gen, struct tcf_hashinfo *hinfo);
-int tcf_hash_search(struct tc_action *a, u32 index);
struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a,
int bind, struct tcf_hashinfo *hinfo);
struct tcf_common *tcf_hash_create(u32 index, struct nlattr *est,