Home
last modified time | relevance | path

Searched refs:tp_dst (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/openvswitch/
Dflow.h40 (offsetof(struct ovs_key_ipv4_tunnel, tp_dst) + \
41 FIELD_SIZEOF(struct ovs_key_ipv4_tunnel, tp_dst))
51 __be16 tp_dst; member
73 __be16 tp_dst, in __ovs_flow_tun_info_init() argument
91 tun_info->tunnel.tp_dst = tp_dst; in __ovs_flow_tun_info_init()
105 __be16 tp_dst, in ovs_flow_tun_info_init() argument
113 tp_src, tp_dst, in ovs_flow_tun_info_init()
Dvport.h67 __be16 tp_dst);
Dvport.c581 __be16 tp_dst) in ovs_tunnel_get_egress_info() argument
609 tp_src, tp_dst, in ovs_tunnel_get_egress_info()
Dflow_netlink.c564 SW_FLOW_KEY_PUT(match, tun_key.tp_dst, in ipv4_tun_from_nlattr()
672 if (output->tp_dst && in __ipv4_tun_to_nlattr()
673 nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_DST, output->tp_dst)) in __ipv4_tun_to_nlattr()