Searched refs:tun_opts (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/openvswitch/ |
D | flow.h | 45 (FIELD_SIZEOF(struct sw_flow_key, tun_opts) - opt_len) 47 ((void *)((flow_key)->tun_opts + TUN_METADATA_OFFSET(opt_len))) 58 u8 tun_opts[255]; member
|
D | flow_netlink.c | 446 if (nla_len(a) > sizeof(match->key->tun_opts)) { in genev_tun_opt_from_nlattr() 448 nla_len(a), sizeof(match->key->tun_opts)); in genev_tun_opt_from_nlattr() 500 BUILD_BUG_ON(sizeof(opts) > sizeof(match->key->tun_opts)); in vxlan_tun_opt_from_nlattr() 701 const void *tun_opts, int swkey_tun_opts_len) in vxlan_opt_to_nlattr() argument 703 const struct vxlan_metadata *opts = tun_opts; in vxlan_opt_to_nlattr() 719 const void *tun_opts, int swkey_tun_opts_len, in __ip_tun_to_nlattr() argument 770 swkey_tun_opts_len, tun_opts)) in __ip_tun_to_nlattr() 773 vxlan_opt_to_nlattr(skb, tun_opts, swkey_tun_opts_len)) in __ip_tun_to_nlattr() 782 const void *tun_opts, int swkey_tun_opts_len, in ip_tun_to_nlattr() argument 792 err = __ip_tun_to_nlattr(skb, output, tun_opts, swkey_tun_opts_len, in ip_tun_to_nlattr()
|
D | flow.c | 707 > sizeof(key->tun_opts)); in ovs_flow_key_extract()
|