Home
last modified time | relevance | path

Searched refs:update_pmtu (Results 1 – 2 of 2) sorted by relevance

/include/net/
A Ddst_ops.h29 void (*update_pmtu)(struct dst_entry *dst, struct sock *sk, member
A Ddst.h553 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu()
554 dst->ops->update_pmtu(dst, NULL, skb, mtu, true); in skb_dst_update_pmtu()
562 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu_no_confirm()
563 dst->ops->update_pmtu(dst, NULL, skb, mtu, false); in skb_dst_update_pmtu_no_confirm()

Completed in 6 milliseconds