Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddst.h213 INDIRECT_CALLABLE_DECLARE(unsigned int ipv4_mtu(const struct dst_entry *));
216 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu()
/openbmc/linux/net/ipv4/
H A Droute.c134 unsigned int ipv4_mtu(const struct dst_entry *dst);
160 .mtu = ipv4_mtu,
1024 old_mtu = ipv4_mtu(dst); in __ip_rt_update_pmtu()
1310 unsigned int advmss = max_t(unsigned int, ipv4_mtu(dst) - header_size, in ipv4_default_advmss()
1316 INDIRECT_CALLABLE_SCOPE unsigned int ipv4_mtu(const struct dst_entry *dst) in ipv4_mtu() function
1320 EXPORT_INDIRECT_CALLABLE(ipv4_mtu);