Searched refs:flow_indr_block_bind_cb_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/core/ |
D | flow_offload.c | 327 flow_indr_block_bind_cb_t *cb; 333 static struct flow_indr_dev *flow_indr_dev_alloc(flow_indr_block_bind_cb_t *cb, in flow_indr_dev_alloc() 349 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv) in flow_indr_dev_register() 399 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv, in flow_indr_dev_unregister()
|
/Linux-v5.10/include/net/ |
D | flow_offload.h | 558 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv, typedef 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,
|