Searched refs:skb_tunnel_check_pmtu (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/ |
D | bareudp.c | 315 skb_tunnel_check_pmtu(skb, &rt->dst, in bareudp_xmit_skb() 377 skb_tunnel_check_pmtu(skb, dst, BAREUDP_IPV6_HLEN + info->options_len, in bareudp6_xmit_skb()
|
D | geneve.c | 923 err = skb_tunnel_check_pmtu(skb, &rt->dst, in geneve_xmit_skb() 1021 err = skb_tunnel_check_pmtu(skb, dst, in geneve6_xmit_skb()
|
/Linux-v6.6/include/net/ |
D | ip_tunnels.h | 455 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst,
|
/Linux-v6.6/net/ipv4/ |
D | ip_tunnel_core.c | 407 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, in skb_tunnel_check_pmtu() function 430 EXPORT_SYMBOL(skb_tunnel_check_pmtu);
|
/Linux-v6.6/drivers/net/vxlan/ |
D | vxlan_core.c | 2557 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one() 2618 err = skb_tunnel_check_pmtu(skb, ndst, in vxlan_xmit_one()
|