Searched refs:ip6_update_pmtu (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | ipcomp6.c | 68 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in ipcomp6_err()
|
H A D | ah6.c | 663 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in ah6_err()
|
H A D | icmp.c | 82 ip6_update_pmtu(skb, net, info, skb->dev->ifindex, 0, sock_net_uid(net, NULL)); in icmpv6_err()
|
H A D | ip6_vti.c | 648 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in vti6_err()
|
H A D | esp6.c | 1039 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in esp6_err()
|
H A D | route.c | 2931 void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, in ip6_update_pmtu() function 2950 EXPORT_SYMBOL_GPL(ip6_update_pmtu); 2960 ip6_update_pmtu(skb, sock_net(sk), mtu, oif, READ_ONCE(sk->sk_mark), in ip6_sk_update_pmtu()
|
H A D | ip6_tunnel.c | 529 ip6_update_pmtu(skb, net, htonl(*info), 0, 0, in ip6_tnl_err()
|
H A D | ip6_gre.c | 471 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in ip6gre_err()
|
/openbmc/linux/include/net/ |
H A D | ip6_route.h | 189 void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif,
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 696 ip6_update_pmtu(skb, net, info, 0, 0, sock_net_uid(net, NULL)); in xfrmi6_err()
|