Lines Matching refs:tcf_block
43 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
46 void tcf_block_netif_keep_dst(struct tcf_block *block);
47 int tcf_block_get(struct tcf_block **p_block,
50 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
53 void tcf_block_put(struct tcf_block *block);
54 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q,
57 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
62 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
68 static inline struct net_device *tcf_block_dev(struct tcf_block *block) in tcf_block_dev()
74 struct tcf_block_cb *tcf_block_cb_lookup(struct tcf_block *block,
78 struct tcf_block_cb *__tcf_block_cb_register(struct tcf_block *block,
82 int tcf_block_cb_register(struct tcf_block *block,
85 void __tcf_block_cb_unregister(struct tcf_block *block,
87 void tcf_block_cb_unregister(struct tcf_block *block,
95 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get()
103 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext()
110 static inline void tcf_block_put(struct tcf_block *block) in tcf_block_put()
115 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, in tcf_block_put_ext()
120 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
125 static inline struct net_device *tcf_block_dev(struct tcf_block *block) in tcf_block_dev()
131 int tc_setup_cb_block_register(struct tcf_block *block, tc_setup_cb_t *cb, in tc_setup_cb_block_register()
138 void tc_setup_cb_block_unregister(struct tcf_block *block, tc_setup_cb_t *cb, in tc_setup_cb_block_unregister()
150 struct tcf_block_cb *tcf_block_cb_lookup(struct tcf_block *block, in tcf_block_cb_lookup()
168 struct tcf_block_cb *__tcf_block_cb_register(struct tcf_block *block, in __tcf_block_cb_register()
177 int tcf_block_cb_register(struct tcf_block *block, in tcf_block_cb_register()
185 void __tcf_block_cb_unregister(struct tcf_block *block, in __tcf_block_cb_unregister()
191 void tcf_block_cb_unregister(struct tcf_block *block, in tcf_block_cb_unregister()
598 int tc_setup_cb_call(struct tcf_block *block, struct tcf_exts *exts,
609 struct tcf_block *block;