Searched refs:ipv4_sk_update_pmtu (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 217 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | route.h | 221 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | raw.c | 234 ipv4_sk_update_pmtu(skb, sk, info); in raw_err()
|
H A D | ping.c | 546 ipv4_sk_update_pmtu(skb, sk, info); in ping_err()
|
H A D | route.c | 1129 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu) in ipv4_sk_update_pmtu() function 1183 EXPORT_SYMBOL_GPL(ipv4_sk_update_pmtu); variable
|
H A D | udp.c | 766 ipv4_sk_update_pmtu(skb, sk, info); in __udp4_lib_err()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ping.c | 553 ipv4_sk_update_pmtu(skb, sk, info); in ping_err()
|
H A D | raw.c | 211 ipv4_sk_update_pmtu(skb, sk, info); in raw_err()
|
H A D | route.c | 1109 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu) in ipv4_sk_update_pmtu() function 1161 EXPORT_SYMBOL_GPL(ipv4_sk_update_pmtu); variable
|
H A D | udp.c | 752 ipv4_sk_update_pmtu(skb, sk, info); in __udp4_lib_err()
|
Completed in 42 milliseconds