Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip6_route.h305 static inline u32 dst6_mtu(const struct dst_entry *dst) in dst6_mtu() function
/linux/net/ipv6/
H A Dip6_output.c365 mtu = dst6_mtu(dst); in ip6_xmit()
1426 READ_ONCE(rt->dst.dev->mtu) : dst6_mtu(&rt->dst); in ip6_setup_cork()
1429 READ_ONCE(rt->dst.dev->mtu) : dst6_mtu(xfrm_dst_path(&rt->dst)); in ip6_setup_cork()
H A Dtcp_ipv6.c396 dmtu = dst6_mtu(dst); in tcp_v6_mtu_reduced()
1489 tcp_sync_mss(newsk, dst6_mtu(dst));
H A Dip6_tunnel.c1205 mtu = dst6_mtu(dst) - eth_hlen - psh_hlen - t->tun_hlen; in ip6_tnl_xmit()
H A Droute.c2061 u32 dmtu = dst6_mtu(&rt->dst); in rt6_mtu_change_route_allowed()
2950 if (mtu >= dst6_mtu(dst)) in __ip6_rt_update_pmtu()