Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Droute.c132 unsigned int ipv4_mtu(const struct dst_entry *dst);
158 .mtu = ipv4_mtu,
1030 old_mtu = ipv4_mtu(dst); in __ip_rt_update_pmtu()
1336 advmss = max_t(unsigned int, ipv4_mtu(dst) - header_size, in ipv4_default_advmss()
1343 INDIRECT_CALLABLE_SCOPE unsigned int ipv4_mtu(const struct dst_entry *dst) in ipv4_mtu() function
1347 EXPORT_INDIRECT_CALLABLE(ipv4_mtu);