Lines Matching refs:tcf_block

39 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
42 struct tcf_chain *tcf_get_next_chain(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 bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared()
67 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
77 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
82 static inline bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared()
88 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get()
96 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext()
103 static inline void tcf_block_put(struct tcf_block *block) in tcf_block_put()
108 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, in tcf_block_put_ext()
113 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q()
119 int tc_setup_cb_block_register(struct tcf_block *block, flow_setup_cb_t *cb, in tc_setup_cb_block_register()
126 void tc_setup_cb_block_unregister(struct tcf_block *block, flow_setup_cb_t *cb, in tc_setup_cb_block_unregister()
510 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
512 int tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp,
515 int tc_setup_cb_replace(struct tcf_block *block, struct tcf_proto *tp,
520 int tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp,
523 int tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp,