Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c47 } endpoint_ip; member
1108 return memcmp(&a->endpoint_ip.v4, &b->endpoint_ip.v4, in cmp_route_info()
1109 sizeof(a->endpoint_ip.v4)); in cmp_route_info()
1111 return memcmp(&a->endpoint_ip.v6, &b->endpoint_ip.v6, in cmp_route_info()
1112 sizeof(a->endpoint_ip.v6)); in cmp_route_info()
1119 return jhash(&key->endpoint_ip.v4, sizeof(key->endpoint_ip.v4), 0); in hash_route_info()
1120 return jhash(&key->endpoint_ip.v6, sizeof(key->endpoint_ip.v6), 0); in hash_route_info()
1310 key.endpoint_ip.v4 = esw_attr->rx_tun_attr->dst_ip.v4; in mlx5e_attach_decap_route()
1312 key.endpoint_ip.v6 = esw_attr->rx_tun_attr->dst_ip.v6; in mlx5e_attach_decap_route()
1365 key.endpoint_ip.v4 = tun_info->key.u.ipv4.src; in mlx5e_attach_encap_route()
[all …]