Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_netlink.c44 struct ovs_len_tbl { struct
46 const struct ovs_len_tbl *next; argument
387 static const struct ovs_len_tbl ovs_vxlan_ext_key_lens[OVS_VXLAN_EXT_MAX + 1] = {
391 static const struct ovs_len_tbl ovs_tunnel_key_lens[OVS_TUNNEL_KEY_ATTR_MAX + 1] = {
411 static const struct ovs_len_tbl
419 static const struct ovs_len_tbl ovs_key_lens[OVS_KEY_ATTR_MAX + 1] = {
1774 const struct ovs_len_tbl *tbl) in nlattr_set()