Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c134 unsigned int ipv4_mtu(const struct dst_entry *dst);
159 .mtu = ipv4_mtu,
1032 old_mtu = ipv4_mtu(dst); in __ip_rt_update_pmtu()
1318 unsigned int advmss = max_t(unsigned int, ipv4_mtu(dst) - header_size, in ipv4_default_advmss()
1324 INDIRECT_CALLABLE_SCOPE unsigned int ipv4_mtu(const struct dst_entry *dst) in ipv4_mtu() function
1328 EXPORT_INDIRECT_CALLABLE(ipv4_mtu); variable
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c139 static unsigned int ipv4_mtu(const struct dst_entry *dst);
165 .mtu = ipv4_mtu,
1051 old_mtu = ipv4_mtu(dst); in __ip_rt_update_pmtu()
1338 unsigned int advmss = max_t(unsigned int, ipv4_mtu(dst) - header_size, in ipv4_default_advmss()
1344 static unsigned int ipv4_mtu(const struct dst_entry *dst) in ipv4_mtu() function

Completed in 11 milliseconds