tun_opts 858 net/openvswitch/flow.c > sizeof(key->tun_opts)); tun_opts 39 net/openvswitch/flow.h (FIELD_SIZEOF(struct sw_flow_key, tun_opts) - opt_len) tun_opts 41 net/openvswitch/flow.h ((void *)((flow_key)->tun_opts + TUN_METADATA_OFFSET(opt_len))) tun_opts 62 net/openvswitch/flow.h u8 tun_opts[IP_TUNNEL_OPTS_MAX]; tun_opts 525 net/openvswitch/flow_netlink.c if (nla_len(a) > sizeof(match->key->tun_opts)) { tun_opts 527 net/openvswitch/flow_netlink.c nla_len(a), sizeof(match->key->tun_opts)); tun_opts 579 net/openvswitch/flow_netlink.c BUILD_BUG_ON(sizeof(opts) > sizeof(match->key->tun_opts)); tun_opts 633 net/openvswitch/flow_netlink.c sizeof(match->key->tun_opts)); tun_opts 635 net/openvswitch/flow_netlink.c if (nla_len(a) > sizeof(match->key->tun_opts)) { tun_opts 637 net/openvswitch/flow_netlink.c nla_len(a), sizeof(match->key->tun_opts)); tun_opts 841 net/openvswitch/flow_netlink.c const void *tun_opts, int swkey_tun_opts_len) tun_opts 843 net/openvswitch/flow_netlink.c const struct vxlan_metadata *opts = tun_opts; tun_opts 859 net/openvswitch/flow_netlink.c const void *tun_opts, int swkey_tun_opts_len, tun_opts 916 net/openvswitch/flow_netlink.c swkey_tun_opts_len, tun_opts)) tun_opts 919 net/openvswitch/flow_netlink.c vxlan_opt_to_nlattr(skb, tun_opts, swkey_tun_opts_len)) tun_opts 923 net/openvswitch/flow_netlink.c swkey_tun_opts_len, tun_opts)) tun_opts 932 net/openvswitch/flow_netlink.c const void *tun_opts, int swkey_tun_opts_len, tun_opts 942 net/openvswitch/flow_netlink.c err = __ip_tun_to_nlattr(skb, output, tun_opts, swkey_tun_opts_len,