Lines Matching refs:cb_priv
459 void *cb_priv);
469 void *cb_priv; member
478 void *cb_priv; member
479 void (*release)(void *cb_priv);
485 void *cb_ident, void *cb_priv,
486 void (*release)(void *cb_priv));
488 void *cb_ident, void *cb_priv,
489 void (*release)(void *cb_priv),
529 void *cb_ident, void *cb_priv, bool ingress_only);
566 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
571 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv);
572 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv,
573 void (*release)(void *cb_priv));