Searched refs:endpoint_ip (Results 1 – 1 of 1) sorted by relevance
45 } endpoint_ip; member985 return memcmp(&a->endpoint_ip.v4, &b->endpoint_ip.v4, in cmp_route_info()986 sizeof(a->endpoint_ip.v4)); in cmp_route_info()988 return memcmp(&a->endpoint_ip.v6, &b->endpoint_ip.v6, in cmp_route_info()989 sizeof(a->endpoint_ip.v6)); in cmp_route_info()996 return jhash(&key->endpoint_ip.v4, sizeof(key->endpoint_ip.v4), 0); in hash_route_info()997 return jhash(&key->endpoint_ip.v6, sizeof(key->endpoint_ip.v6), 0); in hash_route_info()1187 key.endpoint_ip.v4 = esw_attr->rx_tun_attr->dst_ip.v4; in mlx5e_attach_decap_route()1189 key.endpoint_ip.v6 = esw_attr->rx_tun_attr->dst_ip.v6; in mlx5e_attach_decap_route()1242 key.endpoint_ip.v4 = tun_info->key.u.ipv4.src; in mlx5e_attach_encap_route()[all …]