Searched refs:ovs_tunnel_key_lens (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Dflow_netlink.c303 static const struct ovs_len_tbl ovs_tunnel_key_lens[OVS_TUNNEL_KEY_ATTR_MAX + 1] = { variable in typeref:struct:ovs_len_tbl
340 .next = ovs_tunnel_key_lens, },
523 if (ovs_tunnel_key_lens[type].len != nla_len(a) && nla_for_each_nested()
524 ovs_tunnel_key_lens[type].len != OVS_ATTR_NESTED) { nla_for_each_nested()
526 type, nla_len(a), ovs_tunnel_key_lens[type].len); nla_for_each_nested()

Completed in 45 milliseconds