Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow.h39 #define OVS_TUNNEL_KEY_SIZE \ macro
94 if (sizeof(tun_info->tunnel) != OVS_TUNNEL_KEY_SIZE) in __ovs_flow_tun_info_init()
95 memset((unsigned char *)&tun_info->tunnel + OVS_TUNNEL_KEY_SIZE, in __ovs_flow_tun_info_init()
96 0, sizeof(tun_info->tunnel) - OVS_TUNNEL_KEY_SIZE); in __ovs_flow_tun_info_init()