Searched refs:ip_tun_key (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun_encap.c | 584 return memcmp(a->ip_tun_key, b->ip_tun_key, sizeof(*a->ip_tun_key)) == 0 && in mlx5e_tc_tun_encap_info_equal_generic() 599 a_has_opts = test_bit(tun_type, a->ip_tun_key->tun_flags); in mlx5e_tc_tun_encap_info_equal_options() 600 b_has_opts = test_bit(tun_type, b->ip_tun_key->tun_flags); in mlx5e_tc_tun_encap_info_equal_options() 610 a_info = container_of(a->ip_tun_key, struct ip_tunnel_info, key); in mlx5e_tc_tun_encap_info_equal_options() 611 b_info = container_of(b->ip_tun_key, struct ip_tunnel_info, key); in mlx5e_tc_tun_encap_info_equal_options() 627 return jhash(key->ip_tun_key, sizeof(*key->ip_tun_key), in hash_encap_info() 656 e_key.ip_tun_key = &e->tun_info->key; in mlx5e_encap_get() 839 key.ip_tun_key = &tun_info->key; in mlx5e_attach_encap()
|
D | tc_tun.h | 25 const struct ip_tunnel_key *ip_tun_key; member
|