Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bridge/
Dbr_netlink_tunnel.c246 tinfo->tunid = tun_id; in br_parse_vlan_tunnel_info()
302 (tinfo_curr->tunid - tinfo_last->tunid)) in br_process_vlan_tunnel_info()
304 t = tinfo_last->tunid; in br_process_vlan_tunnel_info()
330 tinfo_curr->tunid, changed); in br_process_vlan_tunnel_info()
Dbr_vlan_tunnel.c23 __be64 tunid = *(__be64 *)arg->key; in br_vlan_tunid_cmp() local
25 return vle->tinfo.tunnel_id != tunid; in br_vlan_tunid_cmp()
Dbr_private_tunnel.h13 u32 tunid; member
/kernel/linux/linux-5.10/drivers/net/
Dgeneve.c1470 __be64 tunid; in geneve_nl2info() local
1477 tunid = vni_to_tunnel_id(tvni); in geneve_nl2info()
1478 if (changelink && (tunid != info->key.tun_id)) { in geneve_nl2info()
1482 info->key.tun_id = tunid; in geneve_nl2info()