Searched refs:ip6_sk_update_pmtu (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 186 void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 183 void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | raw.c | 341 ip6_sk_update_pmtu(skb, sk, info); in rawv6_err()
|
H A D | udp.c | 612 ip6_sk_update_pmtu(skb, sk, info); in __udp6_lib_err()
|
H A D | route.c | 2827 void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu) in ip6_sk_update_pmtu() function 2847 EXPORT_SYMBOL_GPL(ip6_sk_update_pmtu); variable
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | raw.c | 308 ip6_sk_update_pmtu(skb, sk, info); in rawv6_err()
|
H A D | udp.c | 601 ip6_sk_update_pmtu(skb, sk, info); in __udp6_lib_err()
|
H A D | route.c | 2948 void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu) in ip6_sk_update_pmtu() function 2969 EXPORT_SYMBOL_GPL(ip6_sk_update_pmtu); variable
|
Completed in 25 milliseconds