Lines Matching refs:flow_block_cb
454 struct flow_block_cb;
463 void (*cleanup)(struct flow_block_cb *block_cb);
466 struct flow_block_cb { struct
477 struct flow_block_cb *flow_block_cb_alloc(flow_setup_cb_t *cb, argument
480 struct flow_block_cb *flow_indr_block_cb_alloc(flow_setup_cb_t *cb,
487 void (*cleanup)(struct flow_block_cb *block_cb));
488 void flow_block_cb_free(struct flow_block_cb *block_cb);
490 struct flow_block_cb *flow_block_cb_lookup(struct flow_block *block,
493 void *flow_block_cb_priv(struct flow_block_cb *block_cb);
494 void flow_block_cb_incref(struct flow_block_cb *block_cb);
495 unsigned int flow_block_cb_decref(struct flow_block_cb *block_cb);
497 static inline void flow_block_cb_add(struct flow_block_cb *block_cb, in flow_block_cb_add()
503 static inline void flow_block_cb_remove(struct flow_block_cb *block_cb, in flow_block_cb_remove()
509 static inline void flow_indr_block_cb_remove(struct flow_block_cb *block_cb, in flow_indr_block_cb_remove()
562 void (*cleanup)(struct flow_block_cb *block_cb));
570 void (*cleanup)(struct flow_block_cb *block_cb));