Searched refs:tun_key (Results 1 – 3 of 3) sorted by relevance
/net/openvswitch/ |
D | flow_netlink.c | 683 SW_FLOW_KEY_PUT(match, tun_key.tun_id, in ip_tun_from_nlattr() 688 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.src, in ip_tun_from_nlattr() 693 SW_FLOW_KEY_PUT(match, tun_key.u.ipv4.dst, in ip_tun_from_nlattr() 698 SW_FLOW_KEY_PUT(match, tun_key.u.ipv6.src, in ip_tun_from_nlattr() 703 SW_FLOW_KEY_PUT(match, tun_key.u.ipv6.dst, in ip_tun_from_nlattr() 708 SW_FLOW_KEY_PUT(match, tun_key.tos, in ip_tun_from_nlattr() 712 SW_FLOW_KEY_PUT(match, tun_key.ttl, in ip_tun_from_nlattr() 723 SW_FLOW_KEY_PUT(match, tun_key.tp_src, in ip_tun_from_nlattr() 727 SW_FLOW_KEY_PUT(match, tun_key.tp_dst, in ip_tun_from_nlattr() 786 SW_FLOW_KEY_PUT(match, tun_key.tun_flags, tun_flags, is_mask); in ip_tun_from_nlattr() [all …]
|
D | flow.c | 853 memcpy(&key->tun_key, &tun_info->key, sizeof(key->tun_key)); in ovs_flow_key_extract() 869 memset(&key->tun_key, 0, sizeof(key->tun_key)); in ovs_flow_key_extract()
|
D | flow.h | 64 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */ member
|