Lines Matching refs:cb_priv
498 void *cb_priv);
508 void *cb_priv; member
517 void *cb_priv; member
518 void (*release)(void *cb_priv);
524 void *cb_ident, void *cb_priv,
525 void (*release)(void *cb_priv));
527 void *cb_ident, void *cb_priv,
528 void (*release)(void *cb_priv),
568 void *cb_ident, void *cb_priv, bool ingress_only);
622 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
627 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv);
628 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv,
629 void (*release)(void *cb_priv));