Searched refs:update_pmtu (Results 1 – 2 of 2) sorted by relevance
| /include/net/ |
| A D | dst_ops.h | 29 void (*update_pmtu)(struct dst_entry *dst, struct sock *sk, member
|
| A D | dst.h | 553 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