Searched refs:ingress_only (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | flow_offload.c | 285 bool ingress_only) in flow_block_cb_setup_simple() 289 if (ingress_only && in flow_block_cb_setup_simple() 281 flow_block_cb_setup_simple(struct flow_block_offload *f, struct list_head *driver_block_list, flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, bool ingress_only) flow_block_cb_setup_simple() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | flow_offload.c | 341 bool ingress_only) in flow_block_cb_setup_simple() 345 if (ingress_only && in flow_block_cb_setup_simple() 337 flow_block_cb_setup_simple(struct flow_block_offload *f, struct list_head *driver_block_list, flow_setup_cb_t *cb, void *cb_ident, void *cb_priv, bool ingress_only) flow_block_cb_setup_simple() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | flow_offload.h | 522 void *cb_ident, void *cb_priv, bool ingress_only);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | flow_offload.h | 584 void *cb_ident, void *cb_priv, bool ingress_only);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 3711 bool ingress_only; in cxgb_setup_tc_block() local 3716 ingress_only = false; in cxgb_setup_tc_block() 3719 ingress_only = true; in cxgb_setup_tc_block() 3723 cb, pi, dev, ingress_only); in cxgb_setup_tc_block()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 3708 bool ingress_only; in cxgb_setup_tc_block() local 3713 ingress_only = false; in cxgb_setup_tc_block() 3716 ingress_only = true; in cxgb_setup_tc_block() 3720 cb, pi, dev, ingress_only); in cxgb_setup_tc_block()
|
Completed in 40 milliseconds