Lines Matching refs:tcf_block_cb
39 struct tcf_block_cb;
73 void *tcf_block_cb_priv(struct tcf_block_cb *block_cb);
74 struct tcf_block_cb *tcf_block_cb_lookup(struct tcf_block *block,
76 void tcf_block_cb_incref(struct tcf_block_cb *block_cb);
77 unsigned int tcf_block_cb_decref(struct tcf_block_cb *block_cb);
78 struct tcf_block_cb *__tcf_block_cb_register(struct tcf_block *block,
86 struct tcf_block_cb *block_cb);
144 void *tcf_block_cb_priv(struct tcf_block_cb *block_cb) in tcf_block_cb_priv()
150 struct tcf_block_cb *tcf_block_cb_lookup(struct tcf_block *block, in tcf_block_cb_lookup()
157 void tcf_block_cb_incref(struct tcf_block_cb *block_cb) in tcf_block_cb_incref()
162 unsigned int tcf_block_cb_decref(struct tcf_block_cb *block_cb) in tcf_block_cb_decref()
168 struct tcf_block_cb *__tcf_block_cb_register(struct tcf_block *block, in __tcf_block_cb_register()
186 struct tcf_block_cb *block_cb) in __tcf_block_cb_unregister()