diff options
| author | David S. Miller <davem@davemloft.net> | 2018-08-01 10:06:20 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-08-01 10:06:20 -0700 |
| commit | cef238d71de43efeb47c7d7d43da5e1b8e4a1d99 (patch) | |
| tree | 67d6762dca4ee621c30a0fbc5d30d0eb30a2c7e1 /include | |
| parent | 4a62e252e888f67cb87caf36f48338889b0b8a43 (diff) | |
| parent | 290b1c8b1a902c0902df9ec05577ab209296f345 (diff) | |
Merge branch 'net-sched-cleanups'
Jiri Pirko says:
====================
net: sched: couple of adjustments/fixes
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/pkt_cls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index 22bfc3a13c25..ef727f71336e 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -40,11 +40,8 @@ struct tcf_block_cb; bool tcf_queue_work(struct rcu_work *rwork, work_func_t func); #ifdef CONFIG_NET_CLS -struct tcf_chain *tcf_chain_get(struct tcf_block *block, u32 chain_index, - bool create); struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, u32 chain_index); -void tcf_chain_put(struct tcf_chain *chain); void tcf_chain_put_by_act(struct tcf_chain *chain); void tcf_block_netif_keep_dst(struct tcf_block *block); int tcf_block_get(struct tcf_block **p_block, |
