Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dflow_netlink.c576 SW_FLOW_KEY_PUT(match, tun_key.tun_id, in ip_tun_from_nlattr()
581 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.src, in ip_tun_from_nlattr()
586 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.dst, in ip_tun_from_nlattr()
591 SW_FLOW_KEY_PUT(match, tun_key.u.ipv6.dst, in ip_tun_from_nlattr()
596 SW_FLOW_KEY_PUT(match, tun_key.u.ipv6.dst, in ip_tun_from_nlattr()
601 SW_FLOW_KEY_PUT(match, tun_key.tos, in ip_tun_from_nlattr()
605 SW_FLOW_KEY_PUT(match, tun_key.ttl, in ip_tun_from_nlattr()
616 SW_FLOW_KEY_PUT(match, tun_key.tp_src, in ip_tun_from_nlattr()
620 SW_FLOW_KEY_PUT(match, tun_key.tp_dst, in ip_tun_from_nlattr()
659 SW_FLOW_KEY_PUT(match, tun_key.tun_flags, tun_flags, is_mask); in ip_tun_from_nlattr()
[all …]
Dflow.c702 memcpy(&key->tun_key, &tun_info->key, sizeof(key->tun_key)); in ovs_flow_key_extract()
718 memset(&key->tun_key, 0, sizeof(key->tun_key)); in ovs_flow_key_extract()
Dflow.h60 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */ member