ip6_mtu
INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *));
return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst);
return INDIRECT_CALL_1(dst->ops->mtu, ip6_mtu, dst);
.mtu = ip6_mtu,
EXPORT_INDIRECT_CALLABLE(ip6_mtu);
unsigned int ip6_mtu(const struct dst_entry *dst);