net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
authorWANG Cong <xiyou.wangcong@gmail.com>
Fri, 17 Jan 2014 19:37:03 +0000 (11:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2014 22:43:16 +0000 (14:43 -0800)
commit6e6a50c254220acb19bd338ce433b1770e4a7a3c
tree840f89c1091bf67f2756553e74df65dafa1233c9
parentc779f7af99f73abb7270dcaa4c29178ab5ef7472
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()

So that we will not expose struct tcf_common to modules.

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>
include/net/act_api.h
net/sched/act_api.c
net/sched/act_police.c