Searched refs:ip_tun_key (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 593 return memcmp(a->ip_tun_key, b->ip_tun_key, sizeof(*a->ip_tun_key)) == 0 && in mlx5e_tc_tun_encap_info_equal_generic() 608 a_has_opts = test_bit(tun_type, a->ip_tun_key->tun_flags); in mlx5e_tc_tun_encap_info_equal_options() 609 b_has_opts = test_bit(tun_type, b->ip_tun_key->tun_flags); in mlx5e_tc_tun_encap_info_equal_options() 619 a_info = container_of(a->ip_tun_key, struct ip_tunnel_info, key); in mlx5e_tc_tun_encap_info_equal_options() 620 b_info = container_of(b->ip_tun_key, struct ip_tunnel_info, key); in mlx5e_tc_tun_encap_info_equal_options() 636 return jhash(key->ip_tun_key, sizeof(*key->ip_tun_key), in hash_encap_info() 665 e_key.ip_tun_key = &e->tun_info->key; in mlx5e_encap_get() 848 key.ip_tun_key = &tun_info->key; in mlx5e_attach_encap()
|
H A D | tc_tun.h | 25 const struct ip_tunnel_key *ip_tun_key; member
|