Searched refs:MAP_KEY_AND_MASK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 233 #define MAP_KEY_AND_MASK(_name, _type, _tcfield, _field) \ macro 305 MAP_KEY_AND_MASK(BASIC, basic, n_proto, eth_proto); in efx_tc_flower_parse_match() 360 MAP_KEY_AND_MASK(BASIC, basic, ip_proto, ip_proto); in efx_tc_flower_parse_match() 372 MAP_KEY_AND_MASK(IP, ip, tos, ip_tos); in efx_tc_flower_parse_match() 373 MAP_KEY_AND_MASK(IP, ip, ttl, ip_ttl); in efx_tc_flower_parse_match() 375 MAP_KEY_AND_MASK(IPV4_ADDRS, ipv4_addrs, src, src_ip); in efx_tc_flower_parse_match() 376 MAP_KEY_AND_MASK(IPV4_ADDRS, ipv4_addrs, dst, dst_ip); in efx_tc_flower_parse_match() 380 MAP_KEY_AND_MASK(IPV6_ADDRS, ipv6_addrs, src, src_ip6); in efx_tc_flower_parse_match() 384 MAP_KEY_AND_MASK(PORTS, ports, src, l4_sport); in efx_tc_flower_parse_match() 385 MAP_KEY_AND_MASK(PORTS, ports, dst, l4_dport); in efx_tc_flower_parse_match() [all …]
|