Home
last modified time | relevance | path

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

/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()
/linux/include/net/
H A Dflow_offload.h639 void *cb_ident, void *cb_priv, bool ingress_only);
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()