Home
last modified time | relevance | path

Searched refs:ovs_tunnel_route_lookup (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/openvswitch/
Dvport.h241 static inline struct rtable *ovs_tunnel_route_lookup(struct net *net, in ovs_tunnel_route_lookup() function
Dvport-gre.c151 rt = ovs_tunnel_route_lookup(net, tun_key, skb->mark, &fl, IPPROTO_GRE); in gre_tnl_send()
Dvport-geneve.c192 rt = ovs_tunnel_route_lookup(net, tun_key, skb->mark, &fl, IPPROTO_UDP); in geneve_tnl_send()
Dvport-vxlan.c242 rt = ovs_tunnel_route_lookup(net, tun_key, skb->mark, &fl, IPPROTO_UDP); in vxlan_tnl_send()
Dvport.c596 rt = ovs_tunnel_route_lookup(net, tun_key, skb_mark, &fl, ipproto); in ovs_tunnel_get_egress_info()