Searched refs:skb_tunnel_check_pmtu (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 408 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, in skb_tunnel_check_pmtu() function 431 EXPORT_SYMBOL(skb_tunnel_check_pmtu);
|
/linux/include/net/ |
H A D | ip_tunnels.h | 608 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst,
|
/linux/drivers/net/ |
H A D | geneve.c | 848 err = skb_tunnel_check_pmtu(skb, &rt->dst, in geneve_xmit_skb() 958 err = skb_tunnel_check_pmtu(skb, dst, in geneve6_xmit_skb()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2514 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one() 2575 err = skb_tunnel_check_pmtu(skb, ndst, in vxlan_xmit_one()
|