Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c56 } endpoint_ip; member
1117 return memcmp(&a->endpoint_ip.v4, &b->endpoint_ip.v4, in cmp_route_info()
1118 sizeof(a->endpoint_ip.v4)); in cmp_route_info()
1120 return memcmp(&a->endpoint_ip.v6, &b->endpoint_ip.v6, in cmp_route_info()
1121 sizeof(a->endpoint_ip.v6)); in cmp_route_info()
1128 return jhash(&key->endpoint_ip.v4, sizeof(key->endpoint_ip.v4), 0); in hash_route_info()
1129 return jhash(&key->endpoint_ip.v6, sizeof(key->endpoint_ip.v6), 0); in hash_route_info()
1319 key.endpoint_ip.v4 = esw_attr->rx_tun_attr->dst_ip.v4; in mlx5e_attach_decap_route()
1321 key.endpoint_ip.v6 = esw_attr->rx_tun_attr->dst_ip.v6; in mlx5e_attach_decap_route()
1374 key.endpoint_ip.v4 = tun_info->key.u.ipv4.src; in mlx5e_attach_encap_route()
[all …]