Lines Matching refs:flow_block_cb
608 struct flow_block_cb;
617 void (*cleanup)(struct flow_block_cb *block_cb);
620 struct flow_block_cb { struct
631 struct flow_block_cb *flow_block_cb_alloc(flow_setup_cb_t *cb, argument
634 struct flow_block_cb *flow_indr_block_cb_alloc(flow_setup_cb_t *cb,
641 void (*cleanup)(struct flow_block_cb *block_cb));
642 void flow_block_cb_free(struct flow_block_cb *block_cb);
644 struct flow_block_cb *flow_block_cb_lookup(struct flow_block *block,
647 void *flow_block_cb_priv(struct flow_block_cb *block_cb);
648 void flow_block_cb_incref(struct flow_block_cb *block_cb);
649 unsigned int flow_block_cb_decref(struct flow_block_cb *block_cb);
651 static inline void flow_block_cb_add(struct flow_block_cb *block_cb, in flow_block_cb_add()
657 static inline void flow_block_cb_remove(struct flow_block_cb *block_cb, in flow_block_cb_remove()
663 static inline void flow_indr_block_cb_remove(struct flow_block_cb *block_cb, in flow_indr_block_cb_remove()
736 void (*cleanup)(struct flow_block_cb *block_cb));
744 void (*cleanup)(struct flow_block_cb *block_cb));