Searched refs:tun_key (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/openvswitch/ |
D | flow_netlink.c | 576 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 …]
|
D | flow.c | 702 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()
|
D | flow.h | 60 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */ member
|