Home
last modified time | relevance | path

Searched refs:ingress_only (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/core/
Dflow_offload.c341 bool ingress_only) in flow_block_cb_setup_simple() argument
345 if (ingress_only && in flow_block_cb_setup_simple()
/linux-6.6.21/include/net/
Dflow_offload.h584 void *cb_ident, void *cb_priv, bool ingress_only);
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3708 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()