Searched refs:hw_match (Results 1 – 1 of 1) sorted by relevance
421 u32 hw_match; in tc_add_ip4_flow() local429 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() local477 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 …]