Searched refs:update_pmtu (Results 1 – 2 of 2) sorted by relevance
/include/net/ |
D | dst_ops.h | 29 void (*update_pmtu)(struct dst_entry *dst, struct sock *sk, member
|
D | dst.h | 519 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu() 520 dst->ops->update_pmtu(dst, NULL, skb, mtu, true); in skb_dst_update_pmtu() 528 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu_no_confirm() 529 dst->ops->update_pmtu(dst, NULL, skb, mtu, false); in skb_dst_update_pmtu_no_confirm()
|