Lines Matching refs:rt
1758 int vxlan_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, in vxlan_xmit_skb() argument
1783 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len in vxlan_xmit_skb()
1827 return udp_tunnel_xmit_skb(rt, sk, skb, src, dst, tos, in vxlan_xmit_skb()
1883 struct rtable *rt = NULL; in vxlan_xmit_one() local
1927 rt = ip_route_output_key(vxlan->net, &fl4); in vxlan_xmit_one()
1928 if (IS_ERR(rt)) { in vxlan_xmit_one()
1935 if (rt->dst.dev == dev) { in vxlan_xmit_one()
1943 if (rt->rt_flags & RTCF_LOCAL && in vxlan_xmit_one()
1944 !(rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST))) { in vxlan_xmit_one()
1947 ip_rt_put(rt); in vxlan_xmit_one()
1958 ttl = ttl ? : ip4_dst_hoplimit(&rt->dst); in vxlan_xmit_one()
1962 err = vxlan_xmit_skb(rt, sk, skb, fl4.saddr, in vxlan_xmit_one()
2035 ip_rt_put(rt); in vxlan_xmit_one()