Lines Matching refs:cb_priv
604 void *cb_priv);
614 void *cb_priv; member
623 void *cb_priv; member
624 void (*release)(void *cb_priv);
630 void *cb_ident, void *cb_priv,
631 void (*release)(void *cb_priv));
633 void *cb_ident, void *cb_priv,
634 void (*release)(void *cb_priv),
674 void *cb_ident, void *cb_priv, bool ingress_only);
731 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
736 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv);
737 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv,
738 void (*release)(void *cb_priv));