Searched refs:ipv4_sk_update_pmtu (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | route.h | 222 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu);
|
/openbmc/linux/net/ipv4/ |
H A D | raw.c | 211 ipv4_sk_update_pmtu(skb, sk, info); in raw_err()
|
H A D | ping.c | 553 ipv4_sk_update_pmtu(skb, sk, info); in ping_err()
|
H A D | route.c | 1122 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu) in ipv4_sk_update_pmtu() function 1174 EXPORT_SYMBOL_GPL(ipv4_sk_update_pmtu);
|
H A D | udp.c | 773 ipv4_sk_update_pmtu(skb, sk, info); in __udp4_lib_err()
|