Searched refs:tp_dst (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
H A D | flow.h | 40 (offsetof(struct ovs_key_ipv4_tunnel, tp_dst) + \ 41 FIELD_SIZEOF(struct ovs_key_ipv4_tunnel, tp_dst)) 51 __be16 tp_dst; member in struct:ovs_key_ipv4_tunnel 73 __be16 tp_dst, __ovs_flow_tun_info_init() 86 /* For the tunnel types on the top of IPsec, the tp_src and tp_dst of __ovs_flow_tun_info_init() 91 tun_info->tunnel.tp_dst = tp_dst; __ovs_flow_tun_info_init() 105 __be16 tp_dst, ovs_flow_tun_info_init() 113 tp_src, tp_dst, ovs_flow_tun_info_init() 69 __ovs_flow_tun_info_init(struct ovs_tunnel_info *tun_info, __be32 saddr, __be32 daddr, u8 tos, u8 ttl, __be16 tp_src, __be16 tp_dst, __be64 tun_id, __be16 tun_flags, const void *opts, u8 opts_len) __ovs_flow_tun_info_init() argument 102 ovs_flow_tun_info_init(struct ovs_tunnel_info *tun_info, const struct iphdr *iph, __be16 tp_src, __be16 tp_dst, __be64 tun_id, __be16 tun_flags, const void *opts, u8 opts_len) ovs_flow_tun_info_init() argument
|
H A D | vport.c | 581 __be16 tp_dst) ovs_tunnel_get_egress_info() 603 * saddr, tp_src and tp_dst ovs_tunnel_get_egress_info() 609 tp_src, tp_dst, ovs_tunnel_get_egress_info() 575 ovs_tunnel_get_egress_info(struct ovs_tunnel_info *egress_tun_info, struct net *net, const struct ovs_tunnel_info *tun_info, u8 ipproto, u32 skb_mark, __be16 tp_src, __be16 tp_dst) ovs_tunnel_get_egress_info() argument
|
H A D | vport-geneve.c | 240 /* Get tp_src and tp_dst, refert to geneve_build_header(). geneve_get_egress_tun_info()
|
H A D | vport.h | 67 __be16 tp_dst);
|
H A D | flow_netlink.c | 564 SW_FLOW_KEY_PUT(match, tun_key.tp_dst, nla_for_each_nested() 672 if (output->tp_dst && __ipv4_tun_to_nlattr() 673 nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_DST, output->tp_dst)) __ipv4_tun_to_nlattr()
|
Completed in 102 milliseconds