Searched refs:tun_opts (Results 1 – 3 of 3) sorted by relevance
65 (FIELD_SIZEOF(struct sw_flow_key, tun_opts) - opt_len)67 ((void *)((flow_key)->tun_opts + TUN_METADATA_OFFSET(opt_len)))123 u8 tun_opts[255]; member
423 if (nla_len(a) > sizeof(match->key->tun_opts)) { in genev_tun_opt_from_nlattr()425 nla_len(a), sizeof(match->key->tun_opts)); in genev_tun_opt_from_nlattr()481 BUILD_BUG_ON(sizeof(opts) > sizeof(match->key->tun_opts)); in vxlan_tun_opt_from_nlattr()627 const void *tun_opts, int swkey_tun_opts_len) in vxlan_opt_to_nlattr() argument629 const struct ovs_vxlan_opts *opts = tun_opts; in vxlan_opt_to_nlattr()645 const void *tun_opts, int swkey_tun_opts_len) in __ipv4_tun_to_nlattr() argument678 if (tun_opts) { in __ipv4_tun_to_nlattr()681 swkey_tun_opts_len, tun_opts)) in __ipv4_tun_to_nlattr()684 vxlan_opt_to_nlattr(skb, tun_opts, swkey_tun_opts_len)) in __ipv4_tun_to_nlattr()693 const void *tun_opts, int swkey_tun_opts_len) in ipv4_tun_to_nlattr() argument[all …]
695 > sizeof(key->tun_opts)); in ovs_flow_key_extract()