Lines Matching refs:tcf_block
36 struct tcf_block *block;
45 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
52 void tcf_block_netif_keep_dst(struct tcf_block *block);
53 int tcf_block_get(struct tcf_block **p_block,
56 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
59 void tcf_block_put(struct tcf_block *block);
60 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q,
65 static inline bool tcf_block_shared(struct tcf_block *block)
70 static inline bool tcf_block_non_null_shared(struct tcf_block *block)
75 static inline struct Qdisc *tcf_block_q(struct tcf_block *block)
82 const struct tcf_block *block,
100 static inline bool tcf_block_shared(struct tcf_block *block)
105 static inline bool tcf_block_non_null_shared(struct tcf_block *block)
111 int tcf_block_get(struct tcf_block **p_block,
119 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
126 static inline void tcf_block_put(struct tcf_block *block)
131 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q,
136 static inline struct Qdisc *tcf_block_q(struct tcf_block *block)
142 const struct tcf_block *block,
582 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
584 int tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp,
587 int tc_setup_cb_replace(struct tcf_block *block, struct tcf_proto *tp,
592 int tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp,
595 int tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp,