Lines Matching defs:tinfo
25 return vle->tinfo.tunnel_id != tunid;
30 .key_offset = offsetof(struct net_bridge_vlan, tinfo.tunnel_id),
46 struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst);
48 WRITE_ONCE(vlan->tinfo.tunnel_id, 0);
49 RCU_INIT_POINTER(vlan->tinfo.tunnel_dst, NULL);
56 if (!rcu_access_pointer(vlan->tinfo.tunnel_dst))
66 struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst);
79 rcu_assign_pointer(vlan->tinfo.tunnel_dst, metadata);
80 WRITE_ONCE(vlan->tinfo.tunnel_id, key);
165 struct ip_tunnel_info *tinfo = skb_tunnel_info(skb);
168 if (!vg || !tinfo)
176 vlan = br_vlan_tunnel_lookup(&vg->tunnel_hash, tinfo->key.tun_id);
195 tunnel_id = READ_ONCE(vlan->tinfo.tunnel_id);
219 tunnel_dst = rcu_dereference(vlan->tinfo.tunnel_dst);