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