Home
last modified time | relevance | path

Searched refs:ipv4_sk_update_pmtu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Droute.h222 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu);
/openbmc/linux/net/ipv4/
H A Draw.c211 ipv4_sk_update_pmtu(skb, sk, info); in raw_err()
H A Dping.c553 ipv4_sk_update_pmtu(skb, sk, info); in ping_err()
H A Droute.c1122 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 Dudp.c773 ipv4_sk_update_pmtu(skb, sk, info); in __udp4_lib_err()