Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c421 u32 hw_match; in tc_add_ip4_flow() local
429 hw_match = ntohl(match.key->src) & ntohl(match.mask->src); in tc_add_ip4_flow()
430 if (hw_match) { in tc_add_ip4_flow()
432 false, true, inv, hw_match); in tc_add_ip4_flow()
437 hw_match = ntohl(match.key->dst) & ntohl(match.mask->dst); in tc_add_ip4_flow()
438 if (hw_match) { in tc_add_ip4_flow()
440 false, false, inv, hw_match); in tc_add_ip4_flow()
456 u32 hw_match; in tc_add_ports_flow() local
477 hw_match = ntohs(match.key->src) & ntohs(match.mask->src); in tc_add_ports_flow()
478 if (hw_match) { in tc_add_ports_flow()
[all …]