Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_vlan_tunnel.c79 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_BRIDGE; in __vlan_tunnel_info_add()
214 IP_TUNNEL_INFO_BRIDGE; in br_handle_egress_vlan_tunnel()
/linux/net/psample/
H A Dpsample.c229 if (tun_info->mode & IP_TUNNEL_INFO_BRIDGE && in __psample_ip_tun_to_nlattr()
321 if (tun_info->mode & IP_TUNNEL_INFO_BRIDGE) in psample_tunnel_meta_len()
/linux/include/net/
H A Dip_tunnels.h89 #define IP_TUNNEL_INFO_BRIDGE 0x04 /* represents a bridged tunnel id */ macro
/linux/net/openvswitch/
H A Dflow_netlink.c893 if (mode & IP_TUNNEL_INFO_BRIDGE) in __ip_tun_to_nlattr()
2840 tun_info->mode |= IP_TUNNEL_INFO_BRIDGE; in validate_and_copy_set_tun()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2703 if (info && info->mode & IP_TUNNEL_INFO_BRIDGE && in vxlan_xmit()