Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddst.h550 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu()
551 dst->ops->update_pmtu(dst, NULL, skb, mtu, true); in skb_dst_update_pmtu()
559 if (dst && dst->ops->update_pmtu) in skb_dst_update_pmtu_no_confirm()
560 dst->ops->update_pmtu(dst, NULL, skb, mtu, false); in skb_dst_update_pmtu_no_confirm()
H A Ddst_ops.h29 void (*update_pmtu)(struct dst_entry *dst, struct sock *sk, member
/openbmc/linux/net/bridge/
H A Dbr_nf_core.c54 .update_pmtu = fake_update_pmtu,
/openbmc/linux/net/ipv4/
H A Dxfrm4_policy.c102 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh); in xfrm4_update_pmtu()
125 .update_pmtu = xfrm4_update_pmtu,
H A Dinet_connection_sock.c1530 dst->ops->update_pmtu(dst, sk, NULL, mtu, true); in inet_csk_update_pmtu()
H A Droute.c165 .update_pmtu = ip_rt_update_pmtu,
2822 .update_pmtu = dst_blackhole_update_pmtu,
/openbmc/linux/net/ipv6/
H A Dxfrm6_policy.c111 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh); in xfrm6_update_pmtu()
158 .update_pmtu = xfrm6_update_pmtu,
H A Dinet6_connection_sock.c149 dst->ops->update_pmtu(dst, sk, NULL, mtu, true); in inet6_csk_update_pmtu()
H A Dip6_gre.c1075 dst->ops->update_pmtu(dst, NULL, skb, dst->dev->mtu, false); in ip6erspan_tunnel_xmit()
H A Droute.c263 .update_pmtu = ip6_rt_update_pmtu,
277 .update_pmtu = dst_blackhole_update_pmtu,
/openbmc/linux/net/core/
H A Ddst.c269 .update_pmtu = dst_blackhole_update_pmtu,
/openbmc/linux/net/sctp/
H A Dtransport.c424 dst->ops->update_pmtu(dst, sk, NULL, pmtu, true); in sctp_transport_update_pmtu()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c211 ort->dst.ops->update_pmtu(&ort->dst, sk, NULL, mtu, true); in maybe_update_pmtu()