Lines Matching defs:ingress
13 bool ingress)
18 if (!ingress)
23 return ocelot_cls_flower_replace(ocelot, port, f, ingress);
25 return ocelot_cls_flower_destroy(ocelot, port, f, ingress);
27 return ocelot_cls_flower_stats(ocelot, port, f, ingress);
35 bool ingress)
44 if (!ingress) {
45 NL_SET_ERR_MSG_MOD(extack, "Only ingress is supported");
109 void *cb_priv, bool ingress)
118 return ocelot_setup_tc_cls_matchall(priv, type_data, ingress);
120 return ocelot_setup_tc_cls_flower(priv, type_data, ingress);