Searched refs:flow_indr_block_bind_cb_t (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/net/core/ |
| D | flow_offload.c | 328 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() 361 static void existing_qdiscs_register(flow_indr_block_bind_cb_t *cb, void *cb_priv) in existing_qdiscs_register() 376 int flow_indr_dev_register(flow_indr_block_bind_cb_t *cb, void *cb_priv) in flow_indr_dev_register() 427 void flow_indr_dev_unregister(flow_indr_block_bind_cb_t *cb, void *cb_priv, in flow_indr_dev_unregister()
|
| /Linux-v5.15/include/net/ |
| D | flow_offload.h | 566 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv, typedef 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,
|