Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Droute.h217 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Draw.c234 ipv4_sk_update_pmtu(skb, sk, info); in raw_err()
H A Dping.c546 ipv4_sk_update_pmtu(skb, sk, info); in ping_err()
H A Droute.c1135 void ipv4_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, u32 mtu) in ipv4_sk_update_pmtu() function
1189 EXPORT_SYMBOL_GPL(ipv4_sk_update_pmtu);
H A Dudp.c748 ipv4_sk_update_pmtu(skb, sk, info); in __udp4_lib_err()