Home
last modified time | relevance | path

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

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