Lines Matching refs:cb_priv
514 void *cb_priv);
524 void *cb_priv;
533 void *cb_priv;
534 void (*release)(void *cb_priv);
540 void *cb_ident, void *cb_priv,
541 void (*release)(void *cb_priv));
543 void *cb_ident, void *cb_priv,
544 void (*release)(void *cb_priv),
584 void *cb_ident, void *cb_priv, bool ingress_only);
640 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
645 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv);
646 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv,
647 void (*release)(void *cb_priv));