Lines Matching refs:cb_priv
451 void *cb_priv);
461 void *cb_priv; member
470 void *cb_priv; member
471 void (*release)(void *cb_priv);
477 void *cb_ident, void *cb_priv,
478 void (*release)(void *cb_priv));
480 void *cb_ident, void *cb_priv,
481 void (*release)(void *cb_priv),
521 void *cb_ident, void *cb_priv, bool ingress_only);
558 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
563 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv);
564 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv,
565 void (*release)(void *cb_priv));