Searched refs:MAP_KEY_AND_MASK (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | tc.c | 233 #define MAP_KEY_AND_MASK(_name, _type, _tcfield, _field) \ macro 304 MAP_KEY_AND_MASK(BASIC, basic, n_proto, eth_proto); in efx_tc_flower_parse_match() 359 MAP_KEY_AND_MASK(BASIC, basic, ip_proto, ip_proto); in efx_tc_flower_parse_match() 371 MAP_KEY_AND_MASK(IP, ip, tos, ip_tos); in efx_tc_flower_parse_match() 372 MAP_KEY_AND_MASK(IP, ip, ttl, ip_ttl); in efx_tc_flower_parse_match() 374 MAP_KEY_AND_MASK(IPV4_ADDRS, ipv4_addrs, src, src_ip); in efx_tc_flower_parse_match() 375 MAP_KEY_AND_MASK(IPV4_ADDRS, ipv4_addrs, dst, dst_ip); in efx_tc_flower_parse_match() 379 MAP_KEY_AND_MASK(IPV6_ADDRS, ipv6_addrs, src, src_ip6); in efx_tc_flower_parse_match() 380 MAP_KEY_AND_MASK(IPV6_ADDRS, ipv6_addrs, dst, dst_ip6); in efx_tc_flower_parse_match() 383 MAP_KEY_AND_MASK(PORTS, ports, src, l4_sport); in efx_tc_flower_parse_match() [all …]
|