Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet/tcp_subr.c 258622 2013-11-26 08:46:27Z avg $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/tcp_subr.c 262763 2014-03-05 01:17:47Z glebius $");
1814c1814
< if (sro.ro_rt->rt_rmx.rmx_mtu == 0)
---
> if (sro.ro_rt->rt_mtu == 0)
1817c1817
< maxmtu = min(sro.ro_rt->rt_rmx.rmx_mtu, ifp->if_mtu);
---
> maxmtu = min(sro.ro_rt->rt_mtu, ifp->if_mtu);
1851c1851
< if (sro6.ro_rt->rt_rmx.rmx_mtu == 0)
---
> if (sro6.ro_rt->rt_mtu == 0)
1854c1854
< maxmtu = min(sro6.ro_rt->rt_rmx.rmx_mtu,
---
> maxmtu = min(sro6.ro_rt->rt_mtu,