Lines Matching refs:cb_priv
452 void *cb_priv);
462 void *cb_priv;
471 void *cb_priv;
472 void (*release)(void *cb_priv);
478 void *cb_ident, void *cb_priv,
479 void (*release)(void *cb_priv));
481 void *cb_ident, void *cb_priv,
482 void (*release)(void *cb_priv),
522 void *cb_ident, void *cb_priv, bool ingress_only);
559 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
564 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv);
565 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv,
566 void (*release)(void *cb_priv));