Searched refs:ip6_mtu (Results 1 – 3 of 3) sorted by relevance
215 INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *));219 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu()
272 return INDIRECT_CALL_1(dst->ops->mtu, ip6_mtu, dst); in dst6_mtu()
89 unsigned int ip6_mtu(const struct dst_entry *dst);255 .mtu = ip6_mtu,3278 INDIRECT_CALLABLE_SCOPE unsigned int ip6_mtu(const struct dst_entry *dst) in ip6_mtu() function3282 EXPORT_INDIRECT_CALLABLE(ip6_mtu);