Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c562 static struct stmmac_flow_entry *tc_find_flow(struct stmmac_priv *priv, in tc_find_flow() function
592 struct stmmac_flow_entry *entry = tc_find_flow(priv, cls, false); in tc_add_flow()
597 entry = tc_find_flow(priv, cls, true); in tc_add_flow()
623 struct stmmac_flow_entry *entry = tc_find_flow(priv, cls, false); in tc_del_flow()