Searched refs:endpoint_ip (Results 1 – 1 of 1) sorted by relevance
47 } endpoint_ip; member1107 return memcmp(&a->endpoint_ip.v4, &b->endpoint_ip.v4, in cmp_route_info()1108 sizeof(a->endpoint_ip.v4)); in cmp_route_info()1110 return memcmp(&a->endpoint_ip.v6, &b->endpoint_ip.v6, in cmp_route_info()1111 sizeof(a->endpoint_ip.v6)); in cmp_route_info()1118 return jhash(&key->endpoint_ip.v4, sizeof(key->endpoint_ip.v4), 0); in hash_route_info()1119 return jhash(&key->endpoint_ip.v6, sizeof(key->endpoint_ip.v6), 0); in hash_route_info()1309 key.endpoint_ip.v4 = esw_attr->rx_tun_attr->dst_ip.v4; in mlx5e_attach_decap_route()1311 key.endpoint_ip.v6 = esw_attr->rx_tun_attr->dst_ip.v6; in mlx5e_attach_decap_route()1364 key.endpoint_ip.v4 = tun_info->key.u.ipv4.src; in mlx5e_attach_encap_route()[all …]