Lines Matching refs:flow_block_cb
516 struct flow_block_cb;
525 void (*cleanup)(struct flow_block_cb *block_cb);
528 struct flow_block_cb { struct
539 struct flow_block_cb *flow_block_cb_alloc(flow_setup_cb_t *cb, argument
542 struct flow_block_cb *flow_indr_block_cb_alloc(flow_setup_cb_t *cb,
549 void (*cleanup)(struct flow_block_cb *block_cb));
550 void flow_block_cb_free(struct flow_block_cb *block_cb);
552 struct flow_block_cb *flow_block_cb_lookup(struct flow_block *block,
555 void *flow_block_cb_priv(struct flow_block_cb *block_cb);
556 void flow_block_cb_incref(struct flow_block_cb *block_cb);
557 unsigned int flow_block_cb_decref(struct flow_block_cb *block_cb);
559 static inline void flow_block_cb_add(struct flow_block_cb *block_cb, in flow_block_cb_add()
565 static inline void flow_block_cb_remove(struct flow_block_cb *block_cb, in flow_block_cb_remove()
571 static inline void flow_indr_block_cb_remove(struct flow_block_cb *block_cb, in flow_indr_block_cb_remove()
643 void (*cleanup)(struct flow_block_cb *block_cb));
651 void (*cleanup)(struct flow_block_cb *block_cb));