Home
last modified time | relevance | path

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

/linux-6.6.21/net/openvswitch/
Dflow_netlink.c44 struct ovs_len_tbl { struct
46 const struct ovs_len_tbl *next; argument
379 static const struct ovs_len_tbl ovs_vxlan_ext_key_lens[OVS_VXLAN_EXT_MAX + 1] = {
383 static const struct ovs_len_tbl ovs_tunnel_key_lens[OVS_TUNNEL_KEY_ATTR_MAX + 1] = {
403 static const struct ovs_len_tbl
411 static const struct ovs_len_tbl ovs_key_lens[OVS_KEY_ATTR_MAX + 1] = {
1761 const struct ovs_len_tbl *tbl) in nlattr_set()