Lines Matching refs:flow_block_cb
606 struct flow_block_cb;
615 void (*cleanup)(struct flow_block_cb *block_cb);
618 struct flow_block_cb { struct
629 struct flow_block_cb *flow_block_cb_alloc(flow_setup_cb_t *cb, argument
632 struct flow_block_cb *flow_indr_block_cb_alloc(flow_setup_cb_t *cb,
639 void (*cleanup)(struct flow_block_cb *block_cb));
640 void flow_block_cb_free(struct flow_block_cb *block_cb);
642 struct flow_block_cb *flow_block_cb_lookup(struct flow_block *block,
645 void *flow_block_cb_priv(struct flow_block_cb *block_cb);
646 void flow_block_cb_incref(struct flow_block_cb *block_cb);
647 unsigned int flow_block_cb_decref(struct flow_block_cb *block_cb);
649 static inline void flow_block_cb_add(struct flow_block_cb *block_cb, in flow_block_cb_add()
655 static inline void flow_block_cb_remove(struct flow_block_cb *block_cb, in flow_block_cb_remove()
661 static inline void flow_indr_block_cb_remove(struct flow_block_cb *block_cb, in flow_indr_block_cb_remove()
733 void (*cleanup)(struct flow_block_cb *block_cb));
741 void (*cleanup)(struct flow_block_cb *block_cb));