Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c419 u32 hw_match; in tc_add_ip4_flow() local
427 hw_match = ntohl(match.key->src) & ntohl(match.mask->src); in tc_add_ip4_flow()
428 if (hw_match) { in tc_add_ip4_flow()
430 false, true, inv, hw_match); in tc_add_ip4_flow()
435 hw_match = ntohl(match.key->dst) & ntohl(match.mask->dst); in tc_add_ip4_flow()
436 if (hw_match) { in tc_add_ip4_flow()
438 false, false, inv, hw_match); in tc_add_ip4_flow()
454 u32 hw_match; in tc_add_ports_flow() local
475 hw_match = ntohs(match.key->src) & ntohs(match.mask->src); in tc_add_ports_flow()
476 if (hw_match) { in tc_add_ports_flow()
[all …]