Home
last modified time | relevance | path

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

/Linux-v6.6/net/openvswitch/
Dflow_netlink.c44 struct ovs_len_tbl { struct
46 const struct ovs_len_tbl *next; argument
378 static const struct ovs_len_tbl ovs_vxlan_ext_key_lens[OVS_VXLAN_EXT_MAX + 1] = {
382 static const struct ovs_len_tbl ovs_tunnel_key_lens[OVS_TUNNEL_KEY_ATTR_MAX + 1] = {
402 static const struct ovs_len_tbl
410 static const struct ovs_len_tbl ovs_key_lens[OVS_KEY_ATTR_MAX + 1] = {
1760 const struct ovs_len_tbl *tbl) in nlattr_set()