Lines Matching defs:block
36 struct tcf_block *block; member
63 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
68 static inline bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared()
73 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
87 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
92 static inline bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared()
113 static inline void tcf_block_put(struct tcf_block *block) in tcf_block_put()
118 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, in tcf_block_put_ext()
123 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
129 int tc_setup_cb_block_register(struct tcf_block *block, flow_setup_cb_t *cb, in tc_setup_cb_block_register()
136 void tc_setup_cb_block_unregister(struct tcf_block *block, flow_setup_cb_t *cb, in tc_setup_cb_block_unregister()