Searched refs:ip6_update_pmtu (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/net/ipv6/ |
D | ipcomp6.c | 68 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in ipcomp6_err()
|
D | ah6.c | 663 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in ah6_err()
|
D | icmp.c | 82 ip6_update_pmtu(skb, net, info, skb->dev->ifindex, 0, sock_net_uid(net, NULL)); in icmpv6_err()
|
D | esp6.c | 1038 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in esp6_err()
|
D | ip6_vti.c | 650 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in vti6_err()
|
D | route.c | 2926 void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, in ip6_update_pmtu() function 2945 EXPORT_SYMBOL_GPL(ip6_update_pmtu); 2955 ip6_update_pmtu(skb, sock_net(sk), mtu, oif, sk->sk_mark, sk->sk_uid); in ip6_sk_update_pmtu()
|
D | ip6_tunnel.c | 529 ip6_update_pmtu(skb, net, htonl(*info), 0, 0, in ip6_tnl_err()
|
D | ip6_gre.c | 471 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in ip6gre_err()
|
/linux-6.1.9/include/net/ |
D | ip6_route.h | 185 void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif,
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_interface.c | 643 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in xfrmi6_err()
|