tun_opts_len      862 net/openvswitch/flow.c 			key->tun_opts_len = tun_info->options_len;
tun_opts_len      864 net/openvswitch/flow.c 			key->tun_opts_len = 0;
tun_opts_len      868 net/openvswitch/flow.c 		key->tun_opts_len = 0;
tun_opts_len       63 net/openvswitch/flow.h 	u8 tun_opts_len;
tun_opts_len      542 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tun_opts_len, nla_len(a),
tun_opts_len      555 net/openvswitch/flow_netlink.c 		if (match->key->tun_opts_len != nla_len(a)) {
tun_opts_len      557 net/openvswitch/flow_netlink.c 				  match->key->tun_opts_len, nla_len(a));
tun_opts_len      561 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true);
tun_opts_len      616 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tun_opts_len, sizeof(opts), false);
tun_opts_len      618 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true);
tun_opts_len      642 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tun_opts_len,
tun_opts_len      645 net/openvswitch/flow_netlink.c 		SW_FLOW_KEY_PUT(match, tun_opts_len, 0xff, true);
tun_opts_len     1992 net/openvswitch/flow_netlink.c 			opts = TUN_METADATA_OPTS(output, swkey->tun_opts_len);
tun_opts_len     1995 net/openvswitch/flow_netlink.c 				     swkey->tun_opts_len, swkey->tun_proto, 0))
tun_opts_len     2531 net/openvswitch/flow_netlink.c 	int opts_len = key->tun_opts_len;
tun_opts_len     2534 net/openvswitch/flow_netlink.c 	option = (struct geneve_opt *)TUN_METADATA_OPTS(key, key->tun_opts_len);
tun_opts_len     2574 net/openvswitch/flow_netlink.c 	if (key.tun_opts_len) {
tun_opts_len     2595 net/openvswitch/flow_netlink.c 	tun_dst = metadata_dst_alloc(key.tun_opts_len, METADATA_IP_TUNNEL,
tun_opts_len     2630 net/openvswitch/flow_netlink.c 				TUN_METADATA_OPTS(&key, key.tun_opts_len),
tun_opts_len     2631 net/openvswitch/flow_netlink.c 				key.tun_opts_len, dst_opt_type);