Lines Matching refs:flow_block_cb
500 struct flow_block_cb;
509 void (*cleanup)(struct flow_block_cb *block_cb);
512 struct flow_block_cb { struct
523 struct flow_block_cb *flow_block_cb_alloc(flow_setup_cb_t *cb, argument
526 struct flow_block_cb *flow_indr_block_cb_alloc(flow_setup_cb_t *cb,
533 void (*cleanup)(struct flow_block_cb *block_cb));
534 void flow_block_cb_free(struct flow_block_cb *block_cb);
536 struct flow_block_cb *flow_block_cb_lookup(struct flow_block *block,
539 void *flow_block_cb_priv(struct flow_block_cb *block_cb);
540 void flow_block_cb_incref(struct flow_block_cb *block_cb);
541 unsigned int flow_block_cb_decref(struct flow_block_cb *block_cb);
543 static inline void flow_block_cb_add(struct flow_block_cb *block_cb, in flow_block_cb_add()
549 static inline void flow_block_cb_remove(struct flow_block_cb *block_cb, in flow_block_cb_remove()
555 static inline void flow_indr_block_cb_remove(struct flow_block_cb *block_cb, in flow_indr_block_cb_remove()
625 void (*cleanup)(struct flow_block_cb *block_cb));
633 void (*cleanup)(struct flow_block_cb *block_cb));