Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/
Dbr_vlan_tunnel.c71 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_BRIDGE; in __vlan_tunnel_info_add()
/Linux-v5.4/include/net/
Dip_tunnels.h62 #define IP_TUNNEL_INFO_BRIDGE 0x04 /* represents a bridged tunnel id */ macro
/Linux-v5.4/net/openvswitch/
Dflow_netlink.c867 if (mode & IP_TUNNEL_INFO_BRIDGE) in __ip_tun_to_nlattr()
2622 tun_info->mode |= IP_TUNNEL_INFO_BRIDGE; in validate_and_copy_set_tun()
/Linux-v5.4/drivers/net/
Dvxlan.c2642 if (info && info->mode & IP_TUNNEL_INFO_BRIDGE && in vxlan_xmit()