Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/psample/
H A Dpsample.c226 if (tun_info->mode & IP_TUNNEL_INFO_BRIDGE && in __psample_ip_tun_to_nlattr()
317 if (tun_info->mode & IP_TUNNEL_INFO_BRIDGE) in psample_tunnel_meta_len()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan_tunnel.c78 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_BRIDGE; in __vlan_tunnel_info_add()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_tunnels.h62 #define IP_TUNNEL_INFO_BRIDGE 0x04 /* represents a bridged tunnel id */ macro
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_netlink.c869 if (mode & IP_TUNNEL_INFO_BRIDGE) in __ip_tun_to_nlattr()
2777 tun_info->mode |= IP_TUNNEL_INFO_BRIDGE; in validate_and_copy_set_tun()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c2895 if (info && info->mode & IP_TUNNEL_INFO_BRIDGE && in vxlan_xmit()